T
- type of result valueR
- target objectpublic interface SQLAccessor<T,R> extends Accessor<T,R>, GroupingSQLValue<T>
Accessor
and SQLValue
.
In general the two behaviours are distinct though related.
This interface is for leaf level entities (database fields) where we
always need to support both behaviours so it is sensible to implement them
in the same object.FieldValue
addGroup, checkContentsCanGroup, getGroupParameters, groupingIsomorphic
add, getParameters, getRequiredFilter, makeObject