Package org.eclnt.ccaddons.dof.util
Class DOFJdbcPersistorQueryOnly
java.lang.Object
org.eclnt.ccaddons.dof.util.DOFJdbcPersistor
org.eclnt.ccaddons.dof.util.DOFJdbcPersistorQueryOnly
- All Implemented Interfaces:
IDOFObjectPersistor
Persistor that works with a complex "joined table" definition. The persistor
can only query but is not able to save/delete instances.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclnt.ccaddons.dof.IDOFObjectPersistor
IDOFObjectPersistor.QueryResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
void
Methods inherited from class org.eclnt.ccaddons.dof.util.DOFJdbcPersistor
buildPropertyFilterConditionString, executeQuery, getMaxQueryCount, init, initMaxQueryCount, insert, isAbleToQuery, isPermanent, readDistinctValues, update, updateColumnsListDuringInsert, updateConditionDuringExecuteQuery, updateConditionDuringUpdate, updateSetListDuringUpdate, updateSqlDuringReadDistinctValues, updateSqlDuringRemove, updateValue, updateValuesListDuringInsert
-
Constructor Details
-
DOFJdbcPersistorQueryOnly
public DOFJdbcPersistorQueryOnly()
-
-
Method Details
-
isAbleToPersistInstances
public boolean isAbleToPersistInstances()- Specified by:
isAbleToPersistInstances
in interfaceIDOFObjectPersistor
- Overrides:
isAbleToPersistInstances
in classDOFJdbcPersistor
-
save
- Specified by:
save
in interfaceIDOFObjectPersistor
- Overrides:
save
in classDOFJdbcPersistor
-
remove
- Specified by:
remove
in interfaceIDOFObjectPersistor
- Overrides:
remove
in classDOFJdbcPersistor
-