Interface JDBCSeq

All Superinterfaces:
Closeable, Seq
All Known Implementing Classes:
AbstractJDBCSeq, ClassTableJDBCSeq, NativeJDBCSeq, TableJDBCSeq, ValueTableJDBCSeq

public interface JDBCSeq extends Seq
Specialization of the the Seq interface to provide information on the schema needed by this sequence. Only sequences that require special tables that must be created by OpenJPA tools need to implement this interface.
Author:
Abe White
  • Method Details

    • addSchema

      void addSchema(ClassMapping mapping, SchemaGroup group)
      Add any tables, etc needed by this factory for the given mapping to the given schema group, if they do not exist already.