Uses of Interface
org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Packages that use ClassLoaderService Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xml
files.org.hibernate.boot.internal org.hibernate.boot.jaxb.internal org.hibernate.boot.model.internal org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.boot.registry.classloading.internal The class loading service internals.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.envers.boot.internal org.hibernate.envers.internal.tools org.hibernate.integrator.internal Implementation of the SPI for extensions which integrate with Hibernate via theService
mechanism.org.hibernate.internal.util Internal utility classesorg.hibernate.jpa 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.org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.testing.boot org.hibernate.tool.schema.internal 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 ClassLoaderService Modifier and Type Method Description void
BeanValidationEventListener. initialize(Map<String,Object> settings, ClassLoaderService classLoaderService)
Constructors in org.hibernate.boot.beanvalidation with parameters of type ClassLoaderService Constructor Description BeanValidationEventListener(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 Constructor Description JaxbCfgProcessor(ClassLoaderService classLoaderService)
-
Uses of ClassLoaderService in org.hibernate.boot.internal
Constructors in org.hibernate.boot.internal with parameters of type ClassLoaderService Constructor Description ClassLoaderAccessImpl(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 ClassLoaderService Modifier and Type Method Description static 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 ClassLoaderService Modifier and Type Method Description static 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.registry
Methods in org.hibernate.boot.registry with parameters of type ClassLoaderService Modifier and Type Method Description BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. 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 ClassLoaderService Modifier and Type Class Description class
ClassLoaderServiceImpl
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 ClassLoaderService Constructor Description BootstrapServiceRegistryImpl(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 ClassLoaderService Modifier and Type Method Description StrategySelector
StrategySelectorBuilder. buildSelector(ClassLoaderService classLoaderService)
Builds the selector.Constructors in org.hibernate.boot.registry.selector.internal with parameters of type ClassLoaderService Constructor Description StrategySelectorImpl(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 ClassLoaderService Modifier and Type Method Description ClassLoaderService
EnversService. getClassLoaderService()
ClassLoaderService
EnversServiceImpl. getClassLoaderService()
-
Uses of ClassLoaderService in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type ClassLoaderService Modifier and Type Method Description static <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 ClassLoaderService Modifier and Type Method Description static 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 ClassLoaderService Modifier and Type Method Description static 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 ClassLoaderService Modifier and Type Method Description protected EntityManagerFactoryBuilder
HibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map<?,?> integration, ClassLoaderService providedClassLoaderService)
protected EntityManagerFactoryBuilder
HibernatePersistenceProvider. 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 ClassLoaderService Constructor Description EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit, Map<String,Object> integrationSettings, ClassLoaderService providedClassLoaderService)
PersistenceXmlParser(ClassLoaderService classLoaderService, PersistenceUnitTransactionType defaultTransactionType)
-
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 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 ClassLoaderService Modifier and Type Method Description static Class<?>
ManagedBeanRegistryInitiator. 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 class
ClassLoaderServiceTestingImpl
class
ExtraJavaServicesClassLoaderService
-
Uses of ClassLoaderService in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type ClassLoaderService Modifier and Type Method Description static ScriptSourceInput
Helper. interpretScriptSourceSetting(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName)
static ScriptTargetOutput
Helper. interpretScriptTargetSetting(Object scriptTargetSetting, ClassLoaderService classLoaderService, String charsetName, boolean append)
-