类 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.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • InsertSelectIdentityInsert

        public InsertSelectIdentityInsert​(Dialect dialect)