Uses of Interface
org.apache.openjpa.persistence.Generator

Packages that use Generator
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of Generator in org.apache.openjpa.persistence
 

Classes in org.apache.openjpa.persistence that implement Generator
 class GeneratorImpl
          Represents a store sequence.
 

Methods in org.apache.openjpa.persistence that return Generator
 Generator OpenJPAEntityManager.getFieldGenerator(Class forClass, String fieldName)
          Returns a Generator for the generated values of the specified type, or null if the field is not generated.
 Generator EntityManagerImpl.getFieldGenerator(Class forClass, String fieldName)
           
 Generator OpenJPAEntityManager.getIdGenerator(Class forClass)
          Returns a Generator for the datastore identity values of the specified type, or null if the type is unmanaged or its identity cannot be represented by a sequence.
 Generator EntityManagerImpl.getIdGenerator(Class forClass)
           
 Generator OpenJPAEntityManager.getNamedGenerator(String name)
          Return the named generator defined in the metadata.
 Generator EntityManagerImpl.getNamedGenerator(String name)
           
 



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