Interface MajorPreparedStatCreator

All Superinterfaces:
org.springframework.jdbc.core.PreparedStatementCreator

public interface MajorPreparedStatCreator extends org.springframework.jdbc.core.PreparedStatementCreator
Help hold the generated keys for an insered new database object in spring jdbc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setGenKey(boolean bol0)
     

    Methods inherited from interface org.springframework.jdbc.core.PreparedStatementCreator

    createPreparedStatement
  • Method Details

    • setGenKey

      void setGenKey(boolean bol0)