Package nxt.db

Class DbKey.Factory<T>

    • Constructor Detail

      • Factory

        protected Factory​(java.lang.String pkClause,
                          java.lang.String pkColumns,
                          java.lang.String selfJoinClause)
    • Method Detail

      • newKey

        public abstract DbKey newKey​(T t)
      • newKey

        public abstract DbKey newKey​(java.sql.ResultSet rs)
                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • newEntity

        public T newEntity​(DbKey dbKey)
      • getPKClause

        public final java.lang.String getPKClause()
      • getPKColumns

        public final java.lang.String getPKColumns()
      • getSelfJoinClause

        public final java.lang.String getSelfJoinClause()