Package org.hibernate.models.internal
Class BasicModelsContextImpl
java.lang.Object
org.hibernate.models.internal.AbstractModelsContext
org.hibernate.models.internal.BasicModelsContextImpl
- All Implemented Interfaces:
ModelsContext
Standard ModelsContext implementation
-
Constructor Summary
ConstructorsConstructorDescriptionBasicModelsContextImpl(ClassLoading classLoadingAccess, boolean trackImplementors, RegistryPrimer registryPrimer) -
Method Summary
Modifier and TypeMethodDescriptionThe registry of annotation descriptors.Registry of managed-classes.Serialization support.Methods inherited from class org.hibernate.models.internal.AbstractModelsContext
getClassLoading, primeRegistriesMethods 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
-
BasicModelsContextImpl
public BasicModelsContextImpl(ClassLoading classLoadingAccess, boolean trackImplementors, RegistryPrimer registryPrimer)
-
-
Method Details
-
getAnnotationDescriptorRegistry
Description copied from interface:ModelsContextThe registry of annotation descriptors.- Specified by:
getAnnotationDescriptorRegistryin interfaceModelsContext- Specified by:
getAnnotationDescriptorRegistryin classAbstractModelsContext
-
getClassDetailsRegistry
Description copied from interface:ModelsContextRegistry of managed-classes.- Specified by:
getClassDetailsRegistryin interfaceModelsContext- Specified by:
getClassDetailsRegistryin classAbstractModelsContext
-
toStorableForm
Description copied from interface:ModelsContextSerialization support.
-