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
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Implementation of the SPI for extensions which integrate with Hibernate via the
Service
mechanism.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.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.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of ClassLoaderService in org.hibernate.boot.beanvalidation
Constructors in org.hibernate.boot.beanvalidation with parameters of type ClassLoaderServiceModifierConstructorDescriptionBeanValidationEventListener
(ValidatorFactory factory, Map<String, Object> settings, ClassLoaderService classLoaderService) -
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
Methods in org.hibernate.boot.internal that return ClassLoaderServiceMethods in org.hibernate.boot.internal with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.ModelsContext
BootstrapContextImpl.createModelBuildingContext
(ClassLoaderService classLoaderService, ConfigurationService configService) 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.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.boot.spi
Methods in org.hibernate.boot.spi that return ClassLoaderServiceModifier and TypeMethodDescriptionBootstrapContext.getClassLoaderService()
Access to theClassLoaderService
. -
Uses of ClassLoaderService in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ClassLoaderServiceModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getClassLoaderService()
SessionFactoryImplementor.getClassLoaderService()
Obtain theClassLoaderService
. -
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
Methods in org.hibernate.internal that return 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.metamodel.internal
Constructors in org.hibernate.metamodel.internal with parameters of type ClassLoaderServiceModifierConstructorDescriptionMetadataContext
(JpaMetamodelImplementor jpaMetamodel, MappingMetamodel mappingMetamodel, MetadataImplementor bootMetamodel, JpaStaticMetamodelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetamodelPopulationSetting jpaMetaModelPopulationSetting, RuntimeModelCreationContext runtimeModelCreationContext, ClassLoaderService classLoaderService) -
Uses of ClassLoaderService in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return ClassLoaderService -
Uses of ClassLoaderService in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ClassLoaderServiceModifier and TypeMethodDescriptionQueryEngine.getClassLoaderService()
Avoid use of this, because Hibernate Processor can't do class loading -
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)