Package org.apache.openjpa.meta
Interface SequenceMetaData.SequenceFactory
- All Superinterfaces:
Serializable
- Enclosing class:
- SequenceMetaData
Allow facades to supply adapters from a spec sequence type to the
OpenJPA sequence type.
-
Method Summary
Modifier and TypeMethodDescriptiontoSequence
(Class cls, String props) Transform the given class named in metadata into a sequence.
-
Method Details
-
toSequence
Transform the given class named in metadata into a sequence.- Throws:
Exception
-