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 supplyDataSources. -
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 APersistenceUnitInfoimplementation that can be constructed by hand.