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.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 ClassmateContext in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ClassmateContext Modifier and Type Method Description ClassmateContextBootstrapContextImpl. 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 AttributeConverter<?,?>> converterClass, ClassmateContext context)Constructors in org.hibernate.boot.model.convert.internal with parameters of type ClassmateContext Constructor Description AbstractConverterDescriptor(Class<? extends AttributeConverter<?,?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?,?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?,?>> converterClass, ClassmateContext classmateContext)InstanceBasedConverterDescriptor(AttributeConverter<?,?> converterInstance, Boolean forceAutoApply, ClassmateContext classmateContext)InstanceBasedConverterDescriptor(AttributeConverter<?,?> converterInstance, ClassmateContext classmateContext) -
Uses of ClassmateContext in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type ClassmateContext Constructor Description XMLContext(ClassLoaderAccess classLoaderAccess, ClassmateContext classmateContext) -
Uses of ClassmateContext in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ClassmateContext Modifier and Type Method Description ClassmateContextBootstrapContext. getClassmateContext()Access to the sharedClassmateContextobject used throughout the bootstrap process. -
Uses of ClassmateContext in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ClassmateContext Modifier and Type Method Description ClassmateContextBootstrapContextImpl. getClassmateContext()
-