Package simpleorm.sessionjdbc
Class SGeneratorInsertIdentity
java.lang.Object
simpleorm.sessionjdbc.SGenerator
simpleorm.sessionjdbc.SGeneratorInsertIdentity
Generator using Identity columns which have values added by the database when
rows are inserted. Only supported by some dbs, notably MSSQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
generateKey
(SSessionJdbc session, SRecordMeta meta, SFieldScalar keyField) Methods inherited from class simpleorm.sessionjdbc.SGenerator
createDDL, dropDDL, getName, theGenerator
-
Constructor Details
-
SGeneratorInsertIdentity
-
-
Method Details
-
generateKey
- Specified by:
generateKey
in classSGenerator
-