public interface EntityAliases
Modifier and Type | Method and Description |
---|---|
String |
getRowIdAlias()
The result set column alias for the Oracle row id
|
String |
getSuffix()
Returns the suffix used to generate the aliases.
|
String |
getSuffixedDiscriminatorAlias()
The result set column aliases for the discriminator columns
|
String[] |
getSuffixedKeyAliases()
The result set column aliases for the primary key columns
|
String[][] |
getSuffixedPropertyAliases()
The result set column aliases for the property columns
|
String[][] |
getSuffixedPropertyAliases(Loadable persister)
The result set column aliases for the property columns of a subclass
|
String[] |
getSuffixedVersionAliases()
The result set column aliases for the version columns
|
String[] getSuffixedKeyAliases()
String getSuffixedDiscriminatorAlias()
String[] getSuffixedVersionAliases()
String[][] getSuffixedPropertyAliases()
String[][] getSuffixedPropertyAliases(Loadable persister)
String getRowIdAlias()
String getSuffix()
Copyright © 2021 JBoss by Red Hat. All rights reserved.