| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.persister.entity.AbstractPropertyMappingPropertyMapping contract.
Method Summary | |
protected void |
|
String[] |
|
protected abstract String | |
String[] | |
protected void |
|
protected void |
|
protected void |
|
protected QueryException |
|
String[] |
|
String[] |
|
Type |
|
protected void addPropertyPath(String path,
Type type,
String[] columns,
String[] formulaTemplates)public String[] getColumnNames(String propertyName)
protected abstract String getEntityName()
public String[] getIdentifierColumnNames()
protected void initComponentPropertyPaths(String path,
AbstractComponentType type,
String[] columns,
String[] formulaTemplates,
Mapping factory)
throws MappingExceptionprotected void initIdentifierPropertyPaths(String path,
EntityType etype,
String[] columns,
Mapping factory)
throws MappingExceptionprotected void initPropertyPaths(String path,
Type type,
String[] columns,
String[] formulaTemplates,
Mapping factory)
throws MappingExceptionprotected final QueryException propertyException(String propertyName) throws QueryException
public String[] toColumns(String propertyName)
throws QueryException
- Specified by:
- toColumns in interface PropertyMapping
public String[] toColumns(String alias,
String propertyName)
throws QueryException
- Specified by:
- toColumns in interface PropertyMapping
public Type toType(String propertyName) throws QueryException
- Specified by:
- toType in interface PropertyMapping