Uses of Interface
org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Packages that use ClassLoaderService
Package
Description
Support for integrating Jakarta Bean Validation.
Implementation of the service for processing and handling
cfg.xml
files.Defines service registry contracts a program may use for
configuring Hibernate.
The class loading service internals.
The internals for building service registries.
Internals for building StrategySelector
Implementation of the SPI for extensions which integrate with Hibernate via the
Service
mechanism.Internal utility classes
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.
Defines an SPI for integration with CDI-like containers.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of ClassLoaderService in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionvoid
BeanValidationEventListener.initialize
(Map<String, Object> settings, ClassLoaderService classLoaderService) Constructors in org.hibernate.boot.beanvalidation with parameters of type ClassLoaderServiceModifierConstructorDescriptionBeanValidationEventListener
(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.cfgxml.internal
Constructors in org.hibernate.boot.cfgxml.internal with parameters of type ClassLoaderService -
Uses of ClassLoaderService in org.hibernate.boot.internal
Constructors in org.hibernate.boot.internal with parameters of type ClassLoaderServiceModifierConstructorDescriptionClassLoaderAccessImpl
(ClassLoader jpaTempClassLoader, ClassLoaderService classLoaderService) ClassLoaderAccessImpl
(ClassLoaderService classLoaderService) StandardResourceLocator
(ClassLoaderService classLoaderService) -
Uses of ClassLoaderService in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic XmlSource
XmlSources.fromResource
(String resourceName, ClassLoaderService classLoaderService) Create anXmlSource
from a named resource -
Uses of ClassLoaderService in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic void
AnnotationBinder.bindFetchProfilesForPackage
(ClassLoaderService cls, String packageName, MetadataBuildingContext context) static void
AnnotationBinder.bindPackage
(ClassLoaderService cls, String packageName, MetadataBuildingContext context) -
Uses of ClassLoaderService in org.hibernate.boot.models.internal
Constructors in org.hibernate.boot.models.internal with parameters of type ClassLoaderService -
Uses of ClassLoaderService in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionBootstrapServiceRegistryBuilder.applyClassLoaderService
(ClassLoaderService classLoaderService) Adds a providedClassLoaderService
for use in classloading and resource lookup. -
Uses of ClassLoaderService in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal that implement ClassLoaderServiceModifier and TypeClassDescriptionclass
Standard implementation of the service for interacting with class loaders -
Uses of ClassLoaderService in org.hibernate.boot.registry.internal
Constructors in org.hibernate.boot.registry.internal with parameters of type ClassLoaderServiceModifierConstructorDescriptionBootstrapServiceRegistryImpl
(boolean autoCloseRegistry, ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators) Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl
(boolean autoCloseRegistry, ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService) Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl
(ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators) Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl
(ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService) Constructs a BootstrapServiceRegistryImpl. -
Uses of ClassLoaderService in org.hibernate.boot.registry.selector.internal
Methods in org.hibernate.boot.registry.selector.internal with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionStrategySelectorBuilder.buildSelector
(ClassLoaderService classLoaderService) Builds the selector.Constructors in org.hibernate.boot.registry.selector.internal with parameters of type ClassLoaderServiceModifierConstructorDescriptionStrategySelectorImpl
(ClassLoaderService classLoaderService) Constructs a StrategySelectorImpl using the given class loader service. -
Uses of ClassLoaderService in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return ClassLoaderServiceModifier and TypeMethodDescriptionEnversService.getClassLoaderService()
EnversServiceImpl.getClassLoaderService()
-
Uses of ClassLoaderService in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic <T> Class<T>
ReflectionTools.loadClass
(String name, ClassLoaderService classLoaderService) Locate class with a given name. -
Uses of ClassLoaderService in org.hibernate.integrator.internal
Methods in org.hibernate.integrator.internal with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic IntegratorServiceImpl
IntegratorServiceImpl.create
(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService) -
Uses of ClassLoaderService in org.hibernate.internal.util
Methods in org.hibernate.internal.util with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic Class<?>
ReflectHelper.reflectedPropertyClass
(String className, String name, ClassLoaderService classLoaderService) Attempt to resolve the specified property type through reflection.static Type
ReflectHelper.reflectedPropertyType
(String className, String name, ClassLoaderService classLoaderService) -
Uses of ClassLoaderService in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionprotected EntityManagerFactoryBuilder
HibernatePersistenceProvider.getEntityManagerFactoryBuilder
(PersistenceUnitDescriptor persistenceUnitDescriptor, Map<?, ?> integration, ClassLoaderService providedClassLoaderService) protected EntityManagerFactoryBuilder
HibernatePersistenceProvider.getEntityManagerFactoryBuilderOrNull
(String persistenceUnitName, Map<?, ?> properties, ClassLoaderService providedClassLoaderService) protected Collection<PersistenceUnitDescriptor>
HibernatePersistenceProvider.locatePersistenceUnits
(Map<?, ?> integration, ClassLoader providedClassLoader, ClassLoaderService providedClassLoaderService) -
Uses of ClassLoaderService in org.hibernate.jpa.boot.internal
Constructors in org.hibernate.jpa.boot.internal with parameters of type ClassLoaderServiceModifierConstructorDescriptionEntityManagerFactoryBuilderImpl
(PersistenceUnitDescriptor persistenceUnit, Map<String, Object> integrationSettings, ClassLoaderService providedClassLoaderService) -
Uses of ClassLoaderService in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return ClassLoaderServiceMethods in org.hibernate.jpa.boot.spi with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic PersistenceXmlParser
PersistenceXmlParser.create
(Map<?, ?> integration, ClassLoader providedClassLoader, ClassLoaderService providedClassLoaderService) static EntityManagerFactoryBuilder
Bootstrap.getEntityManagerFactoryBuilder
(PersistenceUnitInfo persistenceUnitInfo, Map integration, ClassLoaderService providedClassLoaderService) static EntityManagerFactoryBuilder
Bootstrap.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 ClassLoaderServiceModifier and TypeMethodDescriptionstatic Class<?>
ManagedBeanRegistryInitiator.cdiBeanManagerClass
(ClassLoaderService classLoaderService) -
Uses of ClassLoaderService in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ClassLoaderServiceModifier and TypeClassDescriptionclass
class
-
Uses of ClassLoaderService in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic ScriptSourceInput
Helper.interpretScriptSourceSetting
(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName) static ScriptTargetOutput
Helper.interpretScriptTargetSetting
(Object scriptTargetSetting, ClassLoaderService classLoaderService, String charsetName, boolean append)