public interface Fetch
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalJoinConditions() |
Type |
getFetchedType()
Get the Hibernate Type that describes the fetched attribute
|
FetchStrategy |
getFetchStrategy()
Gets the fetch strategy for this fetch.
|
PropertyPath |
getPropertyPath()
Get the property path to this fetch
|
FetchSource |
getSource()
Obtain the owner of this fetch.
|
boolean |
isNullable()
Is this fetch nullable?
|
String[] |
toSqlSelectFragments(String alias)
Generates the SQL select fragments for this fetch.
|
FetchSource getSource()
PropertyPath getPropertyPath()
FetchStrategy getFetchStrategy()
Type getFetchedType()
boolean isNullable()
String getAdditionalJoinConditions()
Copyright © 2021 JBoss by Red Hat. All rights reserved.