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 Entity.tableGenerator
           
protected  TableGenerator Id.tableGenerator
           
 

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

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

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