Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbTable

Packages that use JaxbTable
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbTable in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbTable
protected  JaxbTable JaxbEntity.table
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbTable
 JaxbTable ObjectFactory.createJaxbTable()
          Create an instance of JaxbTable
 JaxbTable JaxbEntity.getTable()
          Gets the value of the table property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbTable
 void JaxbEntity.setTable(JaxbTable value)
          Sets the value of the table property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.