Class InsertSelectIdentityInsert


  • public class InsertSelectIdentityInsert
    extends IdentifierGeneratingInsert
    Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement.
    • Field Detail

      • identityColumnName

        protected java.lang.String identityColumnName
    • Constructor Detail

      • InsertSelectIdentityInsert

        public InsertSelectIdentityInsert​(Dialect dialect)