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

    Modifier and Type
    Method
    Description
    toSequence(Class cls, String props)
    Transform the given class named in metadata into a sequence.
  • Method Details