Uses of Class
com.sun.java.xml.ns.persistence.orm.TableGenerator

Packages that use TableGenerator
com.sun.java.xml.ns.persistence.orm   
 

Uses of TableGenerator in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm declared as TableGenerator
protected  TableGenerator Id.tableGenerator
           
protected  TableGenerator Entity.tableGenerator
           
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type TableGenerator
protected  List<TableGenerator> EntityMappings.tableGenerator
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return TableGenerator
 TableGenerator ObjectFactory.createTableGenerator()
          Create an instance of TableGenerator
 TableGenerator Id.getTableGenerator()
          Gets the value of the tableGenerator property.
 TableGenerator Entity.getTableGenerator()
          Gets the value of the tableGenerator property.
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type TableGenerator
 List<TableGenerator> EntityMappings.getTableGenerator()
          Gets the value of the tableGenerator property.
 

Methods in com.sun.java.xml.ns.persistence.orm with parameters of type TableGenerator
 void Id.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void Entity.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 



Copyright © 2005-2011. All Rights Reserved.