|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiscriminatorMetadata
Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
| Method Summary | |
|---|---|
Type |
getResolutionType()
Get the type used to resolve the actual discriminator value resulting from getSqlFragment(java.lang.String) back into a Class reference. |
String |
getSqlFragment(String sqlQualificationAlias)
Get the sql fragment that is used to determine the actual discriminator value for a row. |
| Method Detail |
|---|
String getSqlFragment(String sqlQualificationAlias)
sqlQualificationAlias - The qualification alias to append to any columns references in
the generated fragment.
Type getResolutionType()
getSqlFragment(java.lang.String) back into a Class reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||