Uses of Class
io.helidon.integrations.cdi.jpa.jaxb.Persistence
-
Packages that use Persistence Package Description io.helidon.integrations.cdi.jpa Provides classes and interfaces that integrate the provider-independent parts of JPA into CDI.io.helidon.integrations.cdi.jpa.jaxb -
-
Uses of Persistence in io.helidon.integrations.cdi.jpa
Methods in io.helidon.integrations.cdi.jpa with parameters of type Persistence Modifier and Type Method Description static Collection<? extends PersistenceUnitInfoBean>PersistenceUnitInfoBean. fromPersistence(Persistence persistence, ClassLoader classLoader, Supplier<? extends ClassLoader> tempClassLoaderSupplier, URL rootUrl, Map<? extends String,? extends Set<? extends Class<?>>> unlistedClasses, PersistenceUnitInfoBean.DataSourceProvider dataSourceProvider)Given aPersistence(a Java object representation of aMETA-INF/persistence.xmlresource), aURLrepresenting the root of all persistence units, aMapof unlisted managed classes (entity classes, mapped superclasses and so on) indexed by persistence unit name, and aPersistenceUnitInfoBean.DataSourceProviderthat can provideDataSourceinstances, returns aCollectionofPersistenceUnitInfoBeaninstances representing all the persistence units in play. -
Uses of Persistence in io.helidon.integrations.cdi.jpa.jaxb
Methods in io.helidon.integrations.cdi.jpa.jaxb that return Persistence Modifier and Type Method Description PersistenceObjectFactory. createPersistence()Create an instance ofPersistence
-