Package org.hibernate.engine.spi
Interface Mapping
- All Known Subinterfaces:
InFlightMetadataCollector,Metadata,MetadataImplementor,SessionFactoryImplementor
- All Known Implementing Classes:
AbstractDelegatingMetadata,InFlightMetadataCollectorImpl,MetadataImpl,SessionFactoryDelegatingImpl,SessionFactoryImpl
Deprecated.
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.- Author:
- Gavin King
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetIdentifierPropertyName(String className) Deprecated.getIdentifierType(String className) Deprecated.getReferencedPropertyType(String className, String propertyName) Deprecated.
-
Method Details
-
getIdentifierType
Deprecated.- Throws:
MappingException
-
getIdentifierPropertyName
Deprecated.- Throws:
MappingException
-
getReferencedPropertyType
Deprecated.- Throws:
MappingException
-
TypeConfiguration,Metadata, orRuntimeMetamodelsto access such information