Class StorableContextImpl
java.lang.Object
org.hibernate.models.serial.internal.StorableContextImpl
- All Implemented Interfaces:
Serializable,StorableContext
Standard implementation of StorableContext representing a serializable ModelsContext
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorableContextImpl(boolean trackImplementors, Map<String, ClassDetails> classDetailsMap, Map<Class<? extends Annotation>, AnnotationDescriptor<? extends Annotation>> annotationDescriptorMap) -
Method Summary
Modifier and TypeMethodDescriptionfromStorableForm(ClassLoading classLoading) "Re-construct" the model context from the serial formLinkedHashMap<Class<? extends Annotation>, SerialAnnotationDescriptor<? extends Annotation>>
-
Constructor Details
-
StorableContextImpl
public StorableContextImpl(boolean trackImplementors, Map<String, ClassDetails> classDetailsMap, Map<Class<? extends Annotation>, AnnotationDescriptor<? extends Annotation>> annotationDescriptorMap)
-
-
Method Details
-
fromStorableForm
Description copied from interface:StorableContext"Re-construct" the model context from the serial form- Specified by:
fromStorableFormin interfaceStorableContext
-
getSerialClassDetailsMap
-
getSerialAnnotationDescriptorMap
public LinkedHashMap<Class<? extends Annotation>,SerialAnnotationDescriptor<? extends Annotation>> getSerialAnnotationDescriptorMap()
-