| |
|
| java.lang.Object org.xorm.datastore.DataFetchGroup
DataFetchGroup | public class DataFetchGroup (Code) | | A DataFetchGroup is used to provide information to a DatastoreDriver
instance about which Columns need to be fetched for a read() operation.
|
DataFetchGroup | public DataFetchGroup()(Code) | | |
DataFetchGroup | public DataFetchGroup(Set columns)(Code) | | |
getSubgroupColumns | public Set getSubgroupColumns()(Code) | | |
shouldFetch | public boolean shouldFetch(Column column)(Code) | | Returns true if the specified Column should be fetched.
|
|
|
|