Package net.sf.jkniv.sqlegance
Interface Selectable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddOneToMany(OneToMany oneToMany)<K,V>
net.sf.jkniv.cache.Cacheable<K,V>getCache()StringgetCacheName()StringgetGroupBy()List<String>getGroupByAsList()Set<OneToMany>getOneToMany()StatisticalgetStatsPaging()booleanhasCache()-
Methods inherited from interface net.sf.jkniv.sqlegance.Sql
asDeletable, asInsertable, asSelectable, asStorable, asUpdateable, bind, extractNames, extractNames, getIsolation, getLanguageType, getName, getPackage, getParamParser, getResourceName, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getReturnType, getReturnTypeAsClass, getSql, getSql, getSqlDialect, getSqlType, getStats, getTimeout, getTimestamp, getValidateType, getXPath, hasReturnType, isDeletable, isInsertable, isSelectable, isStorable, isUpdateable, setValidateType
-
-
-
-
Field Detail
-
TAG_NAME
static final String TAG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGroupBy
String getGroupBy()
-
addOneToMany
void addOneToMany(OneToMany oneToMany)
-
hasCache
boolean hasCache()
-
getCacheName
String getCacheName()
-
getCache
<K,V> net.sf.jkniv.cache.Cacheable<K,V> getCache()
-
getStatsPaging
Statistical getStatsPaging()
-
-