Uses of Interface
org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Packages that use ClassLoaderService Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.classloading.internal org.hibernate.cfg.beanvalidation org.hibernate.jpa org.hibernate.jpa.boot.spi org.hibernate.osgi Main OSGi support classesorg.hibernate.resource.beans.spi org.hibernate.testing.boot -
-
Uses of ClassLoaderService in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type ClassLoaderService Modifier and Type Method Description BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyClassLoaderService(ClassLoaderService classLoaderService)
Adds a providedClassLoaderService
for use in class-loading and resource-lookup.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. with(ClassLoaderService classLoaderService)
-
Uses of ClassLoaderService in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ClassLoaderService Modifier and Type Class Description class
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
-
Uses of ClassLoaderService in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation with parameters of type ClassLoaderService Modifier and Type Method Description void
BeanValidationEventListener. initialize(java.util.Map settings, ClassLoaderService classLoaderService)
Constructors in org.hibernate.cfg.beanvalidation with parameters of type ClassLoaderService Constructor Description BeanValidationEventListener(ValidatorFactory factory, java.util.Map settings, ClassLoaderService classLoaderService)
Constructor used in an environment where validator factory is injected (JPA2). -
Uses of ClassLoaderService in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type ClassLoaderService Modifier and Type Method Description protected EntityManagerFactoryBuilder
HibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, ClassLoaderService providedClassLoaderService)
protected EntityManagerFactoryBuilder
HibernatePersistenceProvider. getEntityManagerFactoryBuilderOrNull(java.lang.String persistenceUnitName, java.util.Map properties, ClassLoaderService providedClassLoaderService)
-
Uses of ClassLoaderService in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with parameters of type ClassLoaderService Modifier and Type Method Description static EntityManagerFactoryBuilder
Bootstrap. getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, java.util.Map integration, ClassLoaderService providedClassLoaderService)
static EntityManagerFactoryBuilder
Bootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, ClassLoaderService providedClassLoaderService)
-
Uses of ClassLoaderService in org.hibernate.osgi
Classes in org.hibernate.osgi that implement ClassLoaderService Modifier and Type Class Description class
OSGiClassLoaderServiceImpl
The ClassLoaderService that should be used when running in OSGi; this helps for example to load the Services correctly. -
Uses of ClassLoaderService in org.hibernate.resource.beans.spi
Methods in org.hibernate.resource.beans.spi with parameters of type ClassLoaderService Modifier and Type Method Description static java.lang.Class
ManagedBeanRegistryInitiator. cdiBeanManagerClass(ClassLoaderService classLoaderService)
-
Uses of ClassLoaderService in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ClassLoaderService Modifier and Type Class Description class
ClassLoaderServiceTestingImpl
-