public interface JDBCSeq extends Seq
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.TYPE_CONTIGUOUS, TYPE_DEFAULT, TYPE_NONTRANSACTIONAL, TYPE_TRANSACTIONAL
Modifier and Type | Method and Description |
---|---|
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.
|
void addSchema(ClassMapping mapping, SchemaGroup group)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.