public class CollectionFetch extends AbstractCollectionReference implements Fetch
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionFetch(CollectionFetch original,
CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
|
CollectionFetch(SessionFactoryImplementor sessionFactory,
LockMode lockMode,
FetchOwner fetchOwner,
FetchStrategy fetchStrategy,
String ownerProperty) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Gets the column names used for this fetch.
|
FetchStrategy |
getFetchStrategy()
Gets the fetch strategy for this fetch.
|
FetchOwner |
getOwner()
Obtain the owner of this fetch.
|
String |
getOwnerPropertyName()
Obtain the name of the property, relative to the owner, being fetched.
|
void |
hydrate(ResultSet resultSet,
ResultSetProcessingContext context) |
boolean |
isNullable()
Is this fetch nullable?
|
CollectionFetch |
makeCopy(CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
Object |
resolve(ResultSet resultSet,
ResultSetProcessingContext context) |
getCollectionPersister, getElementGraph, getIndexGraph, getLockMode, getPropertyPath, hasEntityElementssessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyPathpublic CollectionFetch(SessionFactoryImplementor sessionFactory, LockMode lockMode, FetchOwner fetchOwner, FetchStrategy fetchStrategy, String ownerProperty)
protected CollectionFetch(CollectionFetch original, CopyContext copyContext, FetchOwner fetchOwnerCopy)
public FetchOwner getOwner()
Fetchpublic String getOwnerPropertyName()
FetchgetOwnerPropertyName in interface Fetchpublic boolean isNullable()
FetchisNullable in interface Fetchpublic String[] getColumnNames()
FetchgetColumnNames in interface Fetchpublic FetchStrategy getFetchStrategy()
FetchgetFetchStrategy in interface Fetchpublic void hydrate(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
hydrate in interface FetchSQLExceptionpublic Object resolve(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
resolve in interface FetchSQLExceptionpublic CollectionFetch makeCopy(CopyContext copyContext, FetchOwner fetchOwnerCopy)
makeCopy in interface CopyableFetchmakeCopy in interface FetchCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.