Package io.helidon.integrations.cdi.jpa
Provides classes and interfaces that integrate the
provider-independent parts of JPA into CDI.
- See Also:
JpaExtension
,PersistenceUnitInfoBean
-
Interface Summary Interface Description PersistenceUnitInfoBean.DataSourceProvider A functional interface indicating that its implementations can supplyDataSource
s. -
Class Summary Class Description JpaExtension A portable extension normally instantiated by the Java service provider infrastructure that integrates the provider-independent parts of JPA into CDI.PersistenceUnitInfoBean APersistenceUnitInfo
implementation that can be constructed by hand.