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.xmlfiles.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 theServicemechanism.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 voidBeanValidationEventListener. 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 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 ClassLoaderService Modifier and Type Method Description static 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 ClassLoaderService Modifier and Type Method Description BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. 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 ClassLoaderService Modifier and Type Class Description classClassLoaderServiceImplStandard 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 StrategySelectorStrategySelectorBuilder. 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 ClassLoaderServiceEnversService. getClassLoaderService()ClassLoaderServiceEnversServiceImpl. 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
Constructors in org.hibernate.integrator.internal with parameters of type ClassLoaderService Constructor Description IntegratorServiceImpl(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 ClassReflectHelper. 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 ClassLoaderService Modifier and Type Method Description protected 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 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 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 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 classClassLoaderServiceTestingImplclassExtraJavaServicesClassLoaderService -
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 ScriptSourceInputHelper. interpretScriptSourceSetting(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName)static ScriptTargetOutputHelper. interpretScriptTargetSetting(Object scriptTargetSetting, ClassLoaderService classLoaderService, String charsetName, boolean append)
-