File
Doc
Category
Size
Date
Package
Mapping.java
API Doc
Hibernate 3.2.5
802
Wed Jul 20 20:11:52 BST 2005
org.hibernate.engine
Mapping
public interface Mapping
Defines operations common to "compiled" mappings (ie.
SessionFactory
) and "uncompiled" mappings (ie.
Configuration
) that are used by implementors of
Type
.
see
org.hibernate.type.Type
see
org.hibernate.impl.SessionFactoryImpl
see
org.hibernate.cfg.Configuration
author
Gavin King
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getIdentifierPropertyName
(
java.lang.String
className)
public
org.hibernate.type.Type
getIdentifierType
(
java.lang.String
className)
public
org.hibernate.type.Type
getReferencedPropertyType
(
java.lang.String
className,
java.lang.String
propertyName)
Java Code Source