@Repository public class JdbcSequenceDao extends JdbcBaseDao<Sequence> implements SequenceDao
SequenceDao.Field
COLUMN_NAMES, jdbcTemplate, myPkName, myTable, namedTemplate, RETURN_PK_NAME, TABLE_NAME
FieldTypes
Constructor and Description |
---|
JdbcSequenceDao() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName(int dbid) |
protected NVPairList |
getNVPairs(Sequence sequence) |
protected org.springframework.jdbc.core.RowMapper<Sequence> |
getRowMapper() |
convertToList, convertToList, delete, delete, delete, deleteById, exists, exists, findAllIds, findAllIds, findAllIds, findAllObjects, findAllObjects, findAllObjects, findAllObjects, findById, findId, findId, findMultipleObjects, findMultipleObjects, findObject, findObject, findObject, getCount, getCount, getCount, initOnce, persist, update, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, delete, delete, deleteById, exists, exists, findAllIds, findAllIds, findAllIds, findAllObjects, findAllObjects, findAllObjects, findAllObjects, findById, findId, findId, findMultipleObjects, findMultipleObjects, findObject, findObject, findObject, getCount, getCount, getCount, getFieldDefns, persist, update, update, update
protected NVPairList getNVPairs(Sequence sequence)
getNVPairs
in class JdbcBaseDao<Sequence>
protected org.springframework.jdbc.core.RowMapper<Sequence> getRowMapper()
getRowMapper
in class JdbcBaseDao<Sequence>
public java.lang.String getName(int dbid)
getName
in interface SequenceDao