Uses of Class
org.apache.openejb.jee.jpa.SequenceGenerator

Packages that use SequenceGenerator
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of SequenceGenerator in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as SequenceGenerator
protected  SequenceGenerator Id.sequenceGenerator
           
protected  SequenceGenerator Entity.sequenceGenerator
           
 

Fields in org.apache.openejb.jee.jpa with type parameters of type SequenceGenerator
protected  List<SequenceGenerator> EntityMappings.sequenceGenerator
           
 

Methods in org.apache.openejb.jee.jpa that return SequenceGenerator
 SequenceGenerator ObjectFactory.createSequenceGenerator()
          Create an instance of SequenceGenerator
 SequenceGenerator Id.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 SequenceGenerator Entity.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type SequenceGenerator
 List<SequenceGenerator> EntityMappings.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type SequenceGenerator
 void Id.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void Entity.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.