FileDocCategorySizeDatePackage
PropertyMapping.javaAPI DocHibernate 3.2.51009Wed Mar 23 08:41:48 GMT 2005org.hibernate.persister.entity

PropertyMapping

public interface PropertyMapping
Abstraction of all mappings that define properties: entities, collection elements.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public org.hibernate.type.TypegetType()
Get the type of the thing containing the properties

public java.lang.String[]toColumns(java.lang.String alias, java.lang.String propertyName)
Given a query alias and a property path, return the qualified column name

public java.lang.String[]toColumns(java.lang.String propertyName)
Given a property path, return the corresponding column name(s).

public org.hibernate.type.TypetoType(java.lang.String propertyName)
Given a component path expression, get the type of the property