com.ebasetech.ufs.utility
Interface Persistent

All Superinterfaces:
PersistentCommon, PersistentDeleteable, PersistentLoadable, PersistentSaveable, PersistentUpdateable
All Known Subinterfaces:
PersistentOptimistic

public interface Persistent
extends PersistentDeleteable, PersistentUpdateable, PersistentSaveable

The basic methods that persistent objects must implement


Methods inherited from interface com.ebasetech.ufs.utility.PersistentDeleteable
getDeleteStatement
 
Methods inherited from interface com.ebasetech.ufs.utility.PersistentCommon
bindKeys, getIdentifier, getTableName
 
Methods inherited from interface com.ebasetech.ufs.utility.PersistentUpdateable
getUpdateSQL, populateUpdateStmt, update
 
Methods inherited from interface com.ebasetech.ufs.utility.PersistentLoadable
getLoadSQL, populate, populate
 
Methods inherited from interface com.ebasetech.ufs.utility.PersistentSaveable
getAttributeColumnNames, populateInsertStmt, save