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.cfg org.hibernate.cfg.beanvalidation org.hibernate.jpa org.hibernate.jpa.boot.spi org.hibernate.resource.beans.spi -
-
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 class-loading and resource-lookup.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. with(ClassLoaderService classLoaderService) -
Uses of ClassLoaderService in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type ClassLoaderService Modifier and Type Method Description static voidAnnotationBinder. bindFetchProfilesForPackage(ClassLoaderService cls, String packageName, MetadataBuildingContext context)static voidAnnotationBinder. bindPackage(ClassLoaderService cls, String packageName, MetadataBuildingContext context) -
Uses of ClassLoaderService in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation with parameters of type ClassLoaderService Modifier and Type Method Description voidBeanValidationEventListener. initialize(Map settings, ClassLoaderService classLoaderService)Constructors in org.hibernate.cfg.beanvalidation with parameters of type ClassLoaderService Constructor Description BeanValidationEventListener(ValidatorFactory factory, 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 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 ClassManagedBeanRegistryInitiator. cdiBeanManagerClass(ClassLoaderService classLoaderService)
-