Uses of Class
io.helidon.integrations.cdi.jpa.PersistenceUnitInfoBean
-
Packages that use PersistenceUnitInfoBean Package Description io.helidon.integrations.cdi.jpa Provides classes and interfaces that integrate the provider-independent parts of JPA into CDI. -
-
Uses of PersistenceUnitInfoBean in io.helidon.integrations.cdi.jpa
Methods in io.helidon.integrations.cdi.jpa that return PersistenceUnitInfoBean Modifier and Type Method Description static PersistenceUnitInfoBeanPersistenceUnitInfoBean. fromPersistenceUnit(Persistence.PersistenceUnit persistenceUnit, ClassLoader classLoader, Supplier<? extends ClassLoader> tempClassLoaderSupplier, URL rootUrl, Map<? extends String,? extends Set<? extends Class<?>>> unlistedClasses, PersistenceUnitInfoBean.DataSourceProvider dataSourceProvider)Given aPersistence.PersistenceUnit(a Java object representation of a<persistence-unit>element in aMETA-INF/persistence.xmlresource), aClassLoaderfor loading JPA classes and resources, aSupplierofClassLoaderinstances for helping to implement thePersistenceUnitInfo.getNewTempClassLoader()method, aURLrepresenting the persistence unit's root, aMapof unlisted managed classes (entity classes, mapped superclasses and so on) indexed by persistence unit name, and aPersistenceUnitInfoBean.DataSourceProviderthat can provideDataSourceinstances, returns aPersistenceUnitInfoBeanrepresenting the persistence unit in question.static PersistenceUnitInfoBeanPersistenceUnitInfoBean. fromPersistenceUnit(Persistence.PersistenceUnit persistenceUnit, ClassLoader classLoader, Supplier<? extends ClassLoader> tempClassLoaderSupplier, URL rootUrl, Map<? extends String,? extends Set<? extends Class<?>>> unlistedClasses, Supplier<? extends PersistenceUnitInfoBean.DataSourceProvider> dataSourceProviderSupplier)Given aPersistence.PersistenceUnit(a Java object representation of a<persistence-unit>element in aMETA-INF/persistence.xmlresource), aClassLoaderfor loading JPA classes and resources, aSupplierofClassLoaderinstances for helping to implement thePersistenceUnitInfo.getNewTempClassLoader()method, aURLrepresenting the persistence unit's root, aMapof unlisted managed classes (entity classes, mapped superclasses and so on) indexed by persistence unit name, and aPersistenceUnitInfoBean.DataSourceProviderthat can provideDataSourceinstances, returns aPersistenceUnitInfoBeanrepresenting the persistence unit in question.static PersistenceUnitInfoBeanPersistenceUnitInfoBean. fromPersistenceUnit(Persistence.PersistenceUnit persistenceUnit, URL rootUrl, Map<? extends String,? extends Set<? extends Class<?>>> unlistedClasses, PersistenceUnitInfoBean.DataSourceProvider dataSourceProvider)Given aPersistence.PersistenceUnit(a Java object representation of a<persistence-unit>element in aMETA-INF/persistence.xmlresource), aURLrepresenting the persistence unit's root, aMapof unlisted managed classes (entity classes, mapped superclasses and so on) indexed by persistence unit name, and aPersistenceUnitInfoBean.DataSourceProviderthat can supplyDataSourceinstances, returns aPersistenceUnitInfoBeanrepresenting the persistence unit in question.static PersistenceUnitInfoBeanPersistenceUnitInfoBean. fromPersistenceUnit(Persistence.PersistenceUnit persistenceUnit, URL rootUrl, Map<? extends String,? extends Set<? extends Class<?>>> unlistedClasses, Supplier<? extends PersistenceUnitInfoBean.DataSourceProvider> dataSourceProviderSupplier)Given aPersistence.PersistenceUnit(a Java object representation of a<persistence-unit>element in aMETA-INF/persistence.xmlresource), aURLrepresenting the persistence unit's root, aMapof unlisted managed classes (entity classes, mapped superclasses and so on) indexed by persistence unit name, and aDataSourceProviderSupplierthat can supplyPersistenceUnitInfoBean.DataSourceProviderinstances, returns aPersistenceUnitInfoBeanrepresenting the persistence unit in question.Methods in io.helidon.integrations.cdi.jpa that return types with arguments of type PersistenceUnitInfoBean 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 thefromPersistenceUnit(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 thefromPersistenceUnit(PersistenceUnit, ClassLoader, Supplier, URL, Map, Supplier)method instead.
-