FileDocCategorySizeDatePackage
Mapping.javaAPI DocHibernate 3.2.5802Wed Jul 20 20:11:52 BST 2005org.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.StringgetIdentifierPropertyName(java.lang.String className)

public org.hibernate.type.TypegetIdentifierType(java.lang.String className)

public org.hibernate.type.TypegetReferencedPropertyType(java.lang.String className, java.lang.String propertyName)