Class PrefixTableJdbcSeq

java.lang.Object
org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
org.apache.openjpa.jdbc.kernel.TableJDBCSeq
org.apache.openejb.openjpa.PrefixTableJdbcSeq
All Implemented Interfaces:
org.apache.openjpa.jdbc.kernel.JDBCSeq, org.apache.openjpa.kernel.Seq, org.apache.openjpa.lib.conf.Configurable, org.apache.openjpa.lib.util.Closeable

public class PrefixTableJdbcSeq extends org.apache.openjpa.jdbc.kernel.TableJDBCSeq
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.openjpa.jdbc.kernel.TableJDBCSeq

    org.apache.openjpa.jdbc.kernel.TableJDBCSeq.AllocateSequenceRunnable, org.apache.openjpa.jdbc.kernel.TableJDBCSeq.CurrentSequenceRunnable, org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
  • Field Summary

    Fields inherited from class org.apache.openjpa.jdbc.kernel.TableJDBCSeq

    ACTION_ADD, ACTION_DROP, ACTION_GET, ACTION_SET, DEFAULT_TABLE

    Fields inherited from class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq

    current, type

    Fields inherited from interface org.apache.openjpa.kernel.Seq

    TYPE_CONTIGUOUS, TYPE_DEFAULT, TYPE_NONTRANSACTIONAL, TYPE_TRANSACTIONAL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setPrefix(String prefix)
     

    Methods inherited from class org.apache.openjpa.jdbc.kernel.TableJDBCSeq

    addPrimaryKeyColumn, addSchema, allocateInternal, currentInternal, dropTable, executeQuery, executeUpdate, getAllocate, getConfiguration, getInitialValue, getPrimaryKey, getPrimaryKeyColumn, getPrimaryKeyColumnIdentifier, getSequence, getSequence, getSequenceColumn, getStatus, getTable, getUniqueColumns, getUniqueConstraintIdentifier, getUniqueConstraintName, main, nextInternal, prepareStatement, refreshTable, resolveTableIdentifier, resolveTableName, run, run, setAllocate, setConfiguration, setIncrement, setInitialValue, setPrimaryKeyColumn, setSequence, setSequenceColumn, setTable, setTableName, setUniqueColumns, setUniqueConstraintName, setUniqueConstraintName, startConfiguration

    Methods inherited from class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq

    allocate, close, closeConnection, current, getConnection, getConnection, next, setType, suspendInJTA

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrefixTableJdbcSeq

      public PrefixTableJdbcSeq()
  • Method Details

    • setPrefix

      public void setPrefix(String prefix)
    • endConfiguration

      public void endConfiguration()
      Specified by:
      endConfiguration in interface org.apache.openjpa.lib.conf.Configurable
      Overrides:
      endConfiguration in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq