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

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

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

Fields in org.apache.openejb.jee.jpa declared as TableGenerator
protected  TableGenerator Entity.tableGenerator
           
protected  TableGenerator Id.tableGenerator
           
 

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

Methods in org.apache.openejb.jee.jpa that return TableGenerator
 TableGenerator ObjectFactory.createTableGenerator()
          Create an instance of TableGenerator
 TableGenerator Entity.getTableGenerator()
          Gets the value of the tableGenerator property.
 TableGenerator Id.getTableGenerator()
          Gets the value of the tableGenerator property.
 

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

Methods in org.apache.openejb.jee.jpa with parameters of type TableGenerator
 void Entity.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void Id.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 



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