Package 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. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeqtoSequence(Class cls, String props)Transform the given class named in metadata into a sequence. 
 -