Uses of Interface
org.hibernate.boot.spi.ClassLoaderAccess
-
Packages that use ClassLoaderAccess Package Description org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.org.hibernate.cfg.annotations.reflection.internal org.hibernate.cfg.beanvalidation org.hibernate.testing.boot -
-
Uses of ClassLoaderAccess in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ClassLoaderAccess Modifier and Type Class Description classClassLoaderAccessImplStandard implementation of ClassLoaderAccessMethods in org.hibernate.boot.internal that return ClassLoaderAccess Modifier and Type Method Description ClassLoaderAccessBootstrapContextImpl. getClassLoaderAccess() -
Uses of ClassLoaderAccess in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi that implement ClassLoaderAccess Modifier and Type Class Description classClassLoaderAccessDelegateImplA ClassLoaderAccess implementation based on delegationMethods in org.hibernate.boot.spi that return ClassLoaderAccess Modifier and Type Method Description ClassLoaderAccessBootstrapContext. getClassLoaderAccess()protected abstract ClassLoaderAccessClassLoaderAccessDelegateImpl. getDelegate() -
Uses of ClassLoaderAccess in org.hibernate.cfg.annotations.reflection
Classes in org.hibernate.cfg.annotations.reflection that implement ClassLoaderAccess Modifier and Type Class Description classClassLoaderAccessLazyImplA ClassLoaderAccess implementation based on lazy access toMetadataBuildingOptions -
Uses of ClassLoaderAccess in org.hibernate.cfg.annotations.reflection.internal
Methods in org.hibernate.cfg.annotations.reflection.internal with parameters of type ClassLoaderAccess Modifier and Type Method Description static List<jakarta.persistence.NamedEntityGraph>JPAXMLOverriddenAnnotationReader. buildNamedEntityGraph(List<JaxbNamedEntityGraph> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)static List<jakarta.persistence.NamedNativeQuery>JPAXMLOverriddenAnnotationReader. buildNamedNativeQueries(List<JaxbNamedNativeQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)static List<jakarta.persistence.NamedQuery>JPAXMLOverriddenAnnotationReader. buildNamedQueries(List<JaxbNamedQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)static List<jakarta.persistence.NamedStoredProcedureQuery>JPAXMLOverriddenAnnotationReader. buildNamedStoreProcedureQueries(List<JaxbNamedStoredProcedureQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)static List<jakarta.persistence.SqlResultSetMapping>JPAXMLOverriddenAnnotationReader. buildSqlResultSetMappings(List<JaxbSqlResultSetMapping> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess) -
Uses of ClassLoaderAccess in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation with parameters of type ClassLoaderAccess Modifier and Type Method Description static Class<?>[]GroupsPerOperation. buildGroupsForOperation(GroupsPerOperation.Operation operation, Map settings, ClassLoaderAccess classLoaderAccess)static GroupsPerOperationGroupsPerOperation. from(Map settings, ClassLoaderAccess classLoaderAccess) -
Uses of ClassLoaderAccess in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ClassLoaderAccess Modifier and Type Class Description classClassLoaderAccessTestingImplMethods in org.hibernate.testing.boot that return ClassLoaderAccess Modifier and Type Method Description ClassLoaderAccessBootstrapContextImpl. getClassLoaderAccess()
-