org.apache.openjpa.meta
Interface SequenceMetaData.SequenceFactory
- Enclosing class:
- SequenceMetaData
public static interface SequenceMetaData.SequenceFactory
Allow facades to supply adapters from a spec sequence type to the
OpenJPA sequence type.
Method Summary |
Seq |
toSequence(java.lang.Class cls,
java.lang.String props)
Transform the given class named in metadata into a sequence. |
toSequence
Seq toSequence(java.lang.Class cls,
java.lang.String props)
throws java.lang.Exception
- Transform the given class named in metadata into a sequence.
- Throws:
java.lang.Exception
Copyright © 2006 Apache Software Foundation. All Rights Reserved.