Class RestoredModelContext
java.lang.Object
org.hibernate.models.serial.internal.RestoredModelContext
- All Implemented Interfaces:
ModelsContext
ModelsContext implementation used with serialization support.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestoredModelContext(StorableContextImpl serialContext, ClassLoading classLoading, boolean trackImplementors) -
Method Summary
Modifier and TypeMethodDescriptionThe registry of annotation descriptors.Registry of managed-classes.Access to ClassLoader operations.Serialization support.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.models.spi.ModelsContext
as
-
Constructor Details
-
RestoredModelContext
public RestoredModelContext(StorableContextImpl serialContext, ClassLoading classLoading, boolean trackImplementors)
-
-
Method Details
-
getClassLoading
Description copied from interface:ModelsContextAccess to ClassLoader operations.- Specified by:
getClassLoadingin interfaceModelsContext
-
getAnnotationDescriptorRegistry
Description copied from interface:ModelsContextThe registry of annotation descriptors.- Specified by:
getAnnotationDescriptorRegistryin interfaceModelsContext
-
getClassDetailsRegistry
Description copied from interface:ModelsContextRegistry of managed-classes.- Specified by:
getClassDetailsRegistryin interfaceModelsContext
-
toStorableForm
Description copied from interface:ModelsContextSerialization support.- Specified by:
toStorableFormin interfaceModelsContext
-