Uses of Interface
org.hibernate.boot.spi.ClassLoaderAccess
-
Packages that use ClassLoaderAccess Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.boot.internal org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.testing.boot -
-
Uses of ClassLoaderAccess in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type ClassLoaderAccess Modifier and Type Method Description static Class<?>[]
GroupsPerOperation. buildGroupsForOperation(GroupsPerOperation.Operation operation, Map settings, ClassLoaderAccess classLoaderAccess)
static GroupsPerOperation
GroupsPerOperation. from(Map settings, ClassLoaderAccess classLoaderAccess)
-
Uses of ClassLoaderAccess in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ClassLoaderAccess Modifier and Type Class Description class
ClassLoaderAccessImpl
Standard implementation of ClassLoaderAccessMethods in org.hibernate.boot.internal that return ClassLoaderAccess Modifier and Type Method Description ClassLoaderAccess
BootstrapContextImpl. getClassLoaderAccess()
-
Uses of ClassLoaderAccess in org.hibernate.boot.model.internal
Classes in org.hibernate.boot.model.internal that implement ClassLoaderAccess Modifier and Type Class Description class
ClassLoaderAccessLazyImpl
A ClassLoaderAccess implementation based on lazy access toMetadataBuildingOptions
Constructors in org.hibernate.boot.model.internal with parameters of type ClassLoaderAccess Constructor Description JPAXMLOverriddenMetadataProvider(ClassLoaderAccess classLoaderAccess, BootstrapContext bootstrapContext)
XMLContext(ClassLoaderAccess classLoaderAccess, ClassmateContext classmateContext)
-
Uses of ClassLoaderAccess in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ClassLoaderAccess Modifier and Type Method Description ClassLoaderAccess
BootstrapContext. getClassLoaderAccess()
Access to class loading capabilities. -
Uses of ClassLoaderAccess in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ClassLoaderAccess Modifier and Type Class Description class
ClassLoaderAccessTestingImpl
Methods in org.hibernate.testing.boot that return ClassLoaderAccess Modifier and Type Method Description ClassLoaderAccess
BootstrapContextImpl. getClassLoaderAccess()
-