Package org.hibernate.engine.spi
Interface Mapping
-
- All Known Subinterfaces:
InFlightMetadataCollector
,Metadata
,MetadataImplementor
,SessionFactoryImplementor
- All Known Implementing Classes:
AbstractDelegatingMetadata
,InFlightMetadataCollectorImpl
,MetadataImpl
,MockSessionFactory
,ProcessorSessionFactory
,SessionFactoryDelegatingImpl
,SessionFactoryImpl
@Deprecated(since="6.0") public interface Mapping
Deprecated.Declares operations used by implementors ofType
that are common to "compiled" mappings held at runtime by aSessionFactory
and "uncompiled" mappings held by aConfiguration
.- See Also:
Type
,SessionFactoryImpl
,Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getIdentifierPropertyName(String className)
Deprecated.Type
getIdentifierType(String className)
Deprecated.Type
getReferencedPropertyType(String className, String propertyName)
Deprecated.
-
-
-
Method Detail
-
getIdentifierType
Type getIdentifierType(String className) throws MappingException
Deprecated.- Throws:
MappingException
-
getIdentifierPropertyName
String getIdentifierPropertyName(String className) throws MappingException
Deprecated.- Throws:
MappingException
-
getReferencedPropertyType
Type getReferencedPropertyType(String className, String propertyName) throws MappingException
Deprecated.- Throws:
MappingException
-
-