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.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
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 GroupsPerOperationGroupsPerOperation. from(Map settings, ClassLoaderAccess classLoaderAccess) -
Uses of ClassLoaderAccess in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ClassLoaderAccess Modifier and Type Method Description ClassLoaderAccessBootstrapContext. getClassLoaderAccess()Access to class loading capabilities.
-