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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbOrderColumn
protected  JaxbOrderColumn JaxbElementCollection.orderColumn
           
protected  JaxbOrderColumn JaxbManyToMany.orderColumn
           
protected  JaxbOrderColumn JaxbOneToMany.orderColumn
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbOrderColumn
 JaxbOrderColumn ObjectFactory.createJaxbOrderColumn()
          Create an instance of JaxbOrderColumn
 JaxbOrderColumn JaxbElementCollection.getOrderColumn()
          Gets the value of the orderColumn property.
 JaxbOrderColumn JaxbManyToMany.getOrderColumn()
          Gets the value of the orderColumn property.
 JaxbOrderColumn JaxbOneToMany.getOrderColumn()
          Gets the value of the orderColumn property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbOrderColumn
 void JaxbElementCollection.setOrderColumn(JaxbOrderColumn value)
          Sets the value of the orderColumn property.
 void JaxbManyToMany.setOrderColumn(JaxbOrderColumn value)
          Sets the value of the orderColumn property.
 void JaxbOneToMany.setOrderColumn(JaxbOrderColumn value)
          Sets the value of the orderColumn property.
 



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