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)
Given a query alias and a property path, return the qualified
column name
|
addPropertyPath, getColumnNames, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
public BasicEntityPropertyMapping(AbstractEntityPersister persister)
public String[] getIdentifierColumnNames()
getIdentifierColumnNames
in class AbstractPropertyMapping
public String[] getIdentifierColumnReaders()
getIdentifierColumnReaders
in class AbstractPropertyMapping
public String[] getIdentifierColumnReaderTemplates()
getIdentifierColumnReaderTemplates
in class AbstractPropertyMapping
protected String getEntityName()
getEntityName
in class AbstractPropertyMapping
public Type getType()
PropertyMapping
public String[] toColumns(String alias, String propertyName) throws QueryException
PropertyMapping
toColumns
in interface PropertyMapping
toColumns
in class AbstractPropertyMapping
QueryException
Copyright © 2018 JBoss by Red Hat. All rights reserved.