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