|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by a ClassPersister that may be loaded using Loader.
Loader
Field Summary |
Fields inherited from interface net.sf.hibernate.persister.ClassPersister |
ENTITY_ID |
Method Summary | |
String |
getDiscriminatorAlias(String suffix)
Get the result set aliases used for the identifier columns, given a suffix |
Type |
getDiscriminatorType()
Get the discriminator type |
String[] |
getIdentifierAliases(String suffix)
Get the result set aliases used for the identifier columns, given a suffix |
String[] |
getPropertyAliases(String suffix,
int i)
Get the result set aliases used for the property columns, given a suffix (properties of this class, only). |
Class |
getSubclassForDiscriminatorValue(Object value)
Get the concrete subclass corresponding to the given discriminator value |
boolean |
hasSubclasses()
Does this persistent class have subclasses? |
Method Detail |
public boolean hasSubclasses()
public Type getDiscriminatorType()
public Class getSubclassForDiscriminatorValue(Object value)
public String[] getIdentifierAliases(String suffix)
public String[] getPropertyAliases(String suffix, int i)
public String getDiscriminatorAlias(String suffix)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |