public class EntityFetchOwnerDelegate extends Object implements FetchOwnerDelegate
Constructor and Description |
---|
EntityFetchOwnerDelegate(EntityPersister entityPersister)
Constructs an
EntityFetchOwnerDelegate . |
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames(Fetch fetch)
Returns the column names used for loading the specified fetch.
|
Type |
getType(Fetch fetch)
Returns the type of the specified fetch.
|
boolean |
isNullable(Fetch fetch)
Is the specified fetch nullable?
|
public EntityFetchOwnerDelegate(EntityPersister entityPersister)
EntityFetchOwnerDelegate
.entityPersister
- - the entity persister.public boolean isNullable(Fetch fetch)
FetchOwnerDelegate
isNullable
in interface FetchOwnerDelegate
fetch
- - the owned fetch.public Type getType(Fetch fetch)
FetchOwnerDelegate
getType
in interface FetchOwnerDelegate
fetch
- - the owned fetch.public String[] getColumnNames(Fetch fetch)
FetchOwnerDelegate
getColumnNames
in interface FetchOwnerDelegate
fetch
- - the owned fetch.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.