public interface DiscriminatorMetadata
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2017 JBoss by Red Hat. All rights reserved.