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
 Seq toSequence(Class cls, String props)
          Transform the given class named in metadata into a sequence.
 

Method Detail

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.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01