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