Package org.hibernate.type
Interface MappingContext
- All Known Subinterfaces:
InFlightMetadataCollector
,Mapping
,Metadata
,MetadataImplementor
,SessionFactoryImplementor
- All Known Implementing Classes:
AbstractDelegatingMetadata
,DialectFeatureChecks.FakeMetadataBuildingContext
,InFlightMetadataCollectorImpl
,MetadataImpl
,MockSessionFactory
,ProcessorSessionFactory
,SessionFactoryDelegatingImpl
,SessionFactoryImpl
public interface MappingContext
Declares operations used by implementors of
Type
that are common to
"compiled" mappings held at runtime by a SessionFactory
and "uncompiled" mappings held by a Configuration
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetIdentifierPropertyName
(String className) getIdentifierType
(String className) getReferencedPropertyType
(String className, String propertyName)
-
Method Details
-
getIdentifierType
- Throws:
MappingException
-
getIdentifierPropertyName
- Throws:
MappingException
-
getReferencedPropertyType
- Throws:
MappingException
-