public static interface FetchOwnerDelegate.FetchMetadata
Modifier and Type | Method and Description |
---|---|
Type |
getType()
Returns the type of the fetched attribute
|
boolean |
isNullable()
Is the fetch nullable?
|
String[] |
toSqlSelectFragments(String alias)
Generates the SQL select fragments for the specified fetch.
|
boolean isNullable()
Type getType()
String[] toSqlSelectFragments(String alias)
alias
- The table alias to apply to the fragments (used to qualify column references)Copyright © 2013. All rights reserved.