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)
Deprecated.Please use thePersistenceUnitInfoBean.fromPersistenceUnit(PersistenceUnit, ClassLoader, Supplier, URL, Map, Supplier)
method instead.static Collection<? extends PersistenceUnitInfoBean>
PersistenceUnitInfoBean. fromPersistence(Persistence persistence, ClassLoader classLoader, Supplier<? extends ClassLoader> tempClassLoaderSupplier, URL rootUrl, Map<? extends String,? extends Set<? extends Class<?>>> unlistedClasses, Supplier<? extends PersistenceUnitInfoBean.DataSourceProvider> dataSourceProviderSupplier)
Deprecated.Please use thePersistenceUnitInfoBean.fromPersistenceUnit(PersistenceUnit, ClassLoader, Supplier, URL, Map, Supplier)
method instead. -
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 Persistence
ObjectFactory. createPersistence()
Create an instance ofPersistence
-