org.apache.openejb.openjpa
Class PrefixTableJdbcSeq

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
      extended by org.apache.openjpa.jdbc.kernel.TableJDBCSeq
          extended by 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
PrefixTableJdbcSeq()
           
 
Method Summary
 void endConfiguration()
           
 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, next, setType, suspendInJTA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixTableJdbcSeq

public PrefixTableJdbcSeq()
Method Detail

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


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.