Uses of Interface
org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Packages that use ClassLoaderService Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.jpa The packages in this namespace are responsible for implementing certain requirements of the JPA specification, especially things which are only needed when Hibernate is acting as a JPA persistence provider.org.hibernate.jpa.boot.spi org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers. -
-
Uses of ClassLoaderService in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type ClassLoaderService Modifier and Type Method Description voidBeanValidationEventListener. initialize(Map<String,Object> settings, ClassLoaderService classLoaderService)Constructors in org.hibernate.boot.beanvalidation with parameters of type ClassLoaderService Constructor Description BeanValidationEventListener(ValidatorFactory factory, Map<String,Object> settings, ClassLoaderService classLoaderService)Constructor used in an environment where validator factory is injected (JPA2). -
Uses of ClassLoaderService in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type ClassLoaderService Modifier and Type Method Description BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyClassLoaderService(ClassLoaderService classLoaderService)Adds a providedClassLoaderServicefor use in classloading and resource lookup. -
Uses of ClassLoaderService in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type ClassLoaderService Modifier and Type Method Description protected EntityManagerFactoryBuilderHibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map<?,?> integration, ClassLoaderService providedClassLoaderService)protected EntityManagerFactoryBuilderHibernatePersistenceProvider. getEntityManagerFactoryBuilderOrNull(String persistenceUnitName, 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 EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, Map integration, ClassLoaderService providedClassLoaderService)static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, ClassLoaderService providedClassLoaderService) -
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 Class<?>ManagedBeanRegistryInitiator. cdiBeanManagerClass(ClassLoaderService classLoaderService)
-