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 TypeMethodDescriptionvoidBeanValidationEventListener.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 XmlSourceXmlSources.fromResource(String resourceName, ClassLoaderService classLoaderService) Create anXmlSourcefrom 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 voidAnnotationBinder.bindFetchProfilesForPackage(ClassLoaderService cls, String packageName, MetadataBuildingContext context) static voidAnnotationBinder.bindPackage(ClassLoaderService cls, String packageName, MetadataBuildingContext context) -
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 providedClassLoaderServicefor 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 TypeClassDescriptionclassStandard 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 IntegratorServiceImplIntegratorServiceImpl.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 TypeReflectHelper.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 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.internal
Constructors in org.hibernate.jpa.boot.internal with parameters of type ClassLoaderServiceModifierConstructorDescriptionEntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit, Map<String, Object> integrationSettings, ClassLoaderService providedClassLoaderService) protectedPersistenceXmlParser(ClassLoaderService classLoaderService, PersistenceUnitTransactionType defaultTransactionType) -
Uses of ClassLoaderService in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic 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 ClassLoaderServiceModifier and TypeMethodDescriptionstatic Class<?>ManagedBeanRegistryInitiator.cdiBeanManagerClass(ClassLoaderService classLoaderService) -
Uses of ClassLoaderService in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type ClassLoaderServiceModifier and TypeMethodDescriptionstatic ScriptSourceInputHelper.interpretScriptSourceSetting(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName) static ScriptTargetOutputHelper.interpretScriptTargetSetting(Object scriptTargetSetting, ClassLoaderService classLoaderService, String charsetName, boolean append)