public class BasicEntityPropertyMapping extends AbstractPropertyMapping
Constructor and Description |
---|
BasicEntityPropertyMapping(AbstractEntityPersister persister) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getEntityName() |
java.lang.String[] |
getIdentifierColumnNames() |
java.lang.String[] |
getIdentifierColumnReaders() |
java.lang.String[] |
getIdentifierColumnReaderTemplates() |
Type |
getType()
Get the type of the thing containing the properties
|
java.lang.String[] |
toColumns(java.lang.String alias,
java.lang.String propertyName)
Obtain aliased column/formula fragments for the specified property path.
|
addPropertyPath, addPropertyPath, getColumnNames, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
public BasicEntityPropertyMapping(AbstractEntityPersister persister)
public java.lang.String[] getIdentifierColumnNames()
getIdentifierColumnNames
in class AbstractPropertyMapping
public java.lang.String[] getIdentifierColumnReaders()
getIdentifierColumnReaders
in class AbstractPropertyMapping
public java.lang.String[] getIdentifierColumnReaderTemplates()
getIdentifierColumnReaderTemplates
in class AbstractPropertyMapping
protected java.lang.String getEntityName()
getEntityName
in class AbstractPropertyMapping
public Type getType()
PropertyMapping
public java.lang.String[] toColumns(java.lang.String alias, java.lang.String propertyName) throws QueryException
PropertyMapping
toColumns
in interface PropertyMapping
toColumns
in class AbstractPropertyMapping
QueryException
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.