Package org.hibernate.models.internal
Class AbstractModelsContext
java.lang.Object
org.hibernate.models.internal.AbstractModelsContext
- All Implemented Interfaces:
ModelsContext
- Direct Known Subclasses:
BasicModelsContextImpl
Base support for ModelsContext implementations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MutableAnnotationDescriptorRegistryThe registry of annotation descriptors.abstract MutableClassDetailsRegistryRegistry of managed-classes.Access to ClassLoader operations.protected voidprimeRegistries(RegistryPrimer registryPrimer) 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, toStorableForm
-
Constructor Details
-
AbstractModelsContext
-
-
Method Details
-
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
-
getClassLoading
Description copied from interface:ModelsContextAccess to ClassLoader operations.- Specified by:
getClassLoadingin interfaceModelsContext
-
primeRegistries
-