Uses of Interface
org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Packages that use ClassLoaderService
Package
Description
Support for integrating Jakarta Bean Validation.
Defines service registry contracts a program may use for
configuring Hibernate.
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.
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.
-
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.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.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.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.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.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