Package org.hibernate.models.spi
Interface SourceModelContext
- All Known Subinterfaces:
SourceModelBuildingContext
- All Known Implementing Classes:
SourceModelBuildingContextImpl
public interface SourceModelContext
-
Method Summary
Modifier and TypeMethodDescriptionThe registry of annotation descriptorsRegistry of managed-classes
-
Method Details
-
getAnnotationDescriptorRegistry
AnnotationDescriptorRegistry getAnnotationDescriptorRegistry()The registry of annotation descriptors -
getClassDetailsRegistry
ClassDetailsRegistry getClassDetailsRegistry()Registry of managed-classes
-