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 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 BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyClassLoaderService(ClassLoaderService classLoaderService)Adds a providedClassLoaderServicefor use in class-loading and resource-lookup.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. 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 classorg.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl -
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, java.lang.String packageName, MetadataBuildingContext context)static voidAnnotationBinder. bindPackage(ClassLoaderService cls, java.lang.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(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 EntityManagerFactoryBuilderHibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, ClassLoaderService providedClassLoaderService)protected EntityManagerFactoryBuilderHibernatePersistenceProvider. 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 EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, java.util.Map integration, ClassLoaderService providedClassLoaderService)static EntityManagerFactoryBuilderBootstrap. 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 classOSGiClassLoaderServiceImplThe 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.ClassManagedBeanRegistryInitiator. 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 classClassLoaderServiceTestingImplclassExtraJavaServicesClassLoaderService
-