public interface ProxyCollection
| Modifier and Type | Method and Description |
|---|---|
ProxyCollection |
getCopy()
Retrieves a copy of this proxy collection
|
Object |
getDataCollection()
Retrieves actual collection data that implementor of this interface
holds.
|
Object |
getOwner()
Returns owning entity that holds this proxy collection
|
PersistenceDelegator |
getPersistenceDelegator()
Returns instance of
PersistenceDelegator which is required for
eagerly loading associated collection at the time it is requested |
Relation |
getRelation()
Instance of
Relation corresponding to this proxy collection |
Map<String,Object> |
getRelationsMap()
Retrieves
Map of Relation name and values required for eagerly
fetching this proxy collection at the time it is requested |
void |
setOwner(Object owner)
Sets owning entity that holds this collection for later use while eagerly
loading
|
void |
setRelationsMap(Map<String,Object> relationsMap)
Sets
Map of Relation name and values required for eagerly
fetching this proxy collection at the time it is requested |
Object getOwner()
void setOwner(Object owner)
PersistenceDelegator getPersistenceDelegator()
PersistenceDelegator which is required for
eagerly loading associated collection at the time it is requestedMap<String,Object> getRelationsMap()
Map of Relation name and values required for eagerly
fetching this proxy collection at the time it is requestedvoid setRelationsMap(Map<String,Object> relationsMap)
Map of Relation name and values required for eagerly
fetching this proxy collection at the time it is requestedObject getDataCollection()
ProxyCollection getCopy()
Copyright © 2015. All Rights Reserved.