Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.TableGenerator

Packages that use TableGenerator
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of TableGenerator in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as TableGenerator
protected  TableGenerator Id.tableGenerator
           
protected  TableGenerator Entity.tableGenerator
           
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type TableGenerator
protected  java.util.List<TableGenerator> EntityMappings.tableGenerator
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb 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 org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type TableGenerator
 java.util.List<TableGenerator> EntityMappings.getTableGenerator()
          Gets the value of the tableGenerator property.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb 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 © 2009-2010. All Rights Reserved.