|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCSeq
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.
Field Summary |
---|
Fields inherited from interface org.apache.openjpa.kernel.Seq |
---|
TYPE_CONTIGUOUS, TYPE_DEFAULT, TYPE_NONTRANSACTIONAL, TYPE_TRANSACTIONAL |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.openjpa.kernel.Seq |
---|
allocate, close, current, next, setType |
Method Detail |
---|
void addSchema(ClassMapping mapping, SchemaGroup group)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |