Uses of Interface
org.hibernate.boot.spi.ClassLoaderAccess
-
Packages that use ClassLoaderAccess Package Description 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.beanvalidation org.hibernate.testing.boot -
-
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()ClassLoaderAccessMetadataBuildingContext. getClassLoaderAccess()Deprecated.UseBootstrapContext.getClassLoaderAccess()} instead.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 toMetadataBuildingOptionsMethods in org.hibernate.cfg.annotations.reflection with parameters of type ClassLoaderAccess Modifier and Type Method Description static java.util.List<NamedEntityGraph>JPAOverriddenAnnotationReader. buildNamedEntityGraph(org.dom4j.Element element, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)static java.util.ListJPAOverriddenAnnotationReader. buildNamedQueries(org.dom4j.Element element, boolean isNative, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)static java.util.List<NamedStoredProcedureQuery>JPAOverriddenAnnotationReader. buildNamedStoreProcedureQueries(org.dom4j.Element element, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)static java.util.List<SqlResultSetMapping>JPAOverriddenAnnotationReader. buildSqlResultsetMappings(org.dom4j.Element element, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)Constructors in org.hibernate.cfg.annotations.reflection with parameters of type ClassLoaderAccess Constructor Description JPAOverriddenAnnotationReader(java.lang.reflect.AnnotatedElement el, XMLContext xmlContext, ClassLoaderAccess classLoaderAccess)Deprecated.UseJPAMetadataProvider(AnnotatedElement, XMLContext, BootstrapContext)instead.XMLContext(ClassLoaderAccess classLoaderAccess)Deprecated.UseXMLContext(BootstrapContext)instead. -
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 java.lang.Class<?>[]GroupsPerOperation. buildGroupsForOperation(GroupsPerOperation.Operation operation, java.util.Map settings, ClassLoaderAccess classLoaderAccess)static GroupsPerOperationGroupsPerOperation. from(java.util.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()ClassLoaderAccessMetadataBuildingContextTestingImpl. getClassLoaderAccess()
-