|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class persister that supports queries expressed in the platform native SQL dialect
SQLLoader| Field Summary |
| Fields inherited from interface net.sf.hibernate.persister.ClassPersister |
ENTITY_ID |
| Method Summary | |
String[] |
getSubclassPropertyColumnAliases(String propertyName,
String suffix)
Return the column alias names used to persist/query the numbered property of the class or a subclass (optional operation). |
Type |
getType()
Get the type |
String |
selectFragment(String alias,
String suffix)
All columns to select, when loading. |
| Methods inherited from interface net.sf.hibernate.persister.Loadable |
getDiscriminatorAlias, getDiscriminatorType, getIdentifierAliases, getPropertyAliases, getSubclassForDiscriminatorValue, hasSubclasses |
| Method Detail |
public String[] getSubclassPropertyColumnAliases(String propertyName, String suffix)
public String selectFragment(String alias, String suffix)
public Type getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||