Uses of Class
org.hibernate.boot.internal.ClassmateContext
-
Packages that use ClassmateContext Package Description org.hibernate.boot.internal org.hibernate.boot.model.convert.internal org.hibernate.boot.spi org.hibernate.testing.boot -
-
Uses of ClassmateContext in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ClassmateContext Modifier and Type Method Description ClassmateContext
BootstrapContextImpl. getClassmateContext()
-
Uses of ClassmateContext in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal with parameters of type ClassmateContext Modifier and Type Method Description static List<com.fasterxml.classmate.ResolvedType>
ConverterHelper. resolveConverterClassParamTypes(Class<? extends jakarta.persistence.AttributeConverter<?,?>> converterClass, ClassmateContext context)
Constructors in org.hibernate.boot.model.convert.internal with parameters of type ClassmateContext Constructor Description AbstractConverterDescriptor(Class<? extends jakarta.persistence.AttributeConverter<?,?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)
ClassBasedConverterDescriptor(Class<? extends jakarta.persistence.AttributeConverter<?,?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)
ClassBasedConverterDescriptor(Class<? extends jakarta.persistence.AttributeConverter<?,?>> converterClass, ClassmateContext classmateContext)
InstanceBasedConverterDescriptor(jakarta.persistence.AttributeConverter<?,?> converterInstance, Boolean forceAutoApply, ClassmateContext classmateContext)
InstanceBasedConverterDescriptor(jakarta.persistence.AttributeConverter<?,?> converterInstance, ClassmateContext classmateContext)
-
Uses of ClassmateContext in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ClassmateContext Modifier and Type Method Description ClassmateContext
BootstrapContext. getClassmateContext()
Access to the shared Classmate objects used throughout Hibernate's bootstrap process. -
Uses of ClassmateContext in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ClassmateContext Modifier and Type Method Description ClassmateContext
BootstrapContextImpl. getClassmateContext()
-