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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbColumn
protected  JaxbColumn JaxbAttributeOverride.column
           
protected  JaxbColumn JaxbElementCollection.column
           
protected  JaxbColumn JaxbId.column
           
protected  JaxbColumn JaxbVersion.column
           
protected  JaxbColumn JaxbBasic.column
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbColumn
 JaxbColumn ObjectFactory.createJaxbColumn()
          Create an instance of JaxbColumn
 JaxbColumn JaxbAttributeOverride.getColumn()
          Gets the value of the column property.
 JaxbColumn JaxbElementCollection.getColumn()
          Gets the value of the column property.
 JaxbColumn JaxbId.getColumn()
          Gets the value of the column property.
 JaxbColumn JaxbVersion.getColumn()
          Gets the value of the column property.
 JaxbColumn JaxbBasic.getColumn()
          Gets the value of the column property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbColumn
 void JaxbAttributeOverride.setColumn(JaxbColumn value)
          Sets the value of the column property.
 void JaxbElementCollection.setColumn(JaxbColumn value)
          Sets the value of the column property.
 void JaxbId.setColumn(JaxbColumn value)
          Sets the value of the column property.
 void JaxbVersion.setColumn(JaxbColumn value)
          Sets the value of the column property.
 void JaxbBasic.setColumn(JaxbColumn value)
          Sets the value of the column property.
 



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