Uses of Class
org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement

Packages that use JaxbColumnElement
org.hibernate.internal.jaxb.mapping.hbm   
 

Uses of JaxbColumnElement in org.hibernate.internal.jaxb.mapping.hbm
 

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbColumnElement
protected  JaxbColumnElement JaxbHibernateMapping.JaxbClass.JaxbDiscriminator.column
           
protected  JaxbColumnElement JaxbMapElement.JaxbIndexManyToAny.column
           
protected  JaxbColumnElement JaxbListIndexElement.column
           
protected  JaxbColumnElement JaxbManyToAnyElement.column
           
protected  JaxbColumnElement JaxbAnyElement.column
           
 

Fields in org.hibernate.internal.jaxb.mapping.hbm with type parameters of type JaxbColumnElement
protected  List<JaxbColumnElement> JaxbHibernateMapping.JaxbClass.JaxbId.column
           
protected  List<JaxbColumnElement> JaxbHibernateMapping.JaxbClass.JaxbVersion.column
           
protected  List<JaxbColumnElement> JaxbMapElement.JaxbIndexManyToMany.column
           
protected  List<JaxbColumnElement> JaxbKeyPropertyElement.column
           
protected  List<JaxbColumnElement> JaxbKeyManyToOneElement.column
           
protected  List<JaxbColumnElement> JaxbIndexElement.column
           
protected  List<JaxbColumnElement> JaxbKeyElement.column
           
protected  List<JaxbColumnElement> JaxbIdbagElement.JaxbCollectionId.column
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbColumnElement
 JaxbColumnElement ObjectFactory.createJaxbColumnElement()
          Create an instance of JaxbColumnElement
 JaxbColumnElement JaxbHibernateMapping.JaxbClass.JaxbDiscriminator.getColumn()
          Gets the value of the column property.
 JaxbColumnElement JaxbMapElement.JaxbIndexManyToAny.getColumn()
          Gets the value of the column property.
 JaxbColumnElement JaxbListIndexElement.getColumn()
          Gets the value of the column property.
 JaxbColumnElement JaxbManyToAnyElement.getColumn()
          Gets the value of the column property.
 JaxbColumnElement JaxbAnyElement.getColumn()
          Gets the value of the column property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return types with arguments of type JaxbColumnElement
 List<JaxbColumnElement> JaxbHibernateMapping.JaxbClass.JaxbId.getColumn()
          Gets the value of the column property.
 List<JaxbColumnElement> JaxbHibernateMapping.JaxbClass.JaxbVersion.getColumn()
          Gets the value of the column property.
 List<JaxbColumnElement> JaxbMapElement.JaxbIndexManyToMany.getColumn()
          Gets the value of the column property.
 List<JaxbColumnElement> JaxbKeyPropertyElement.getColumn()
          Gets the value of the column property.
 List<JaxbColumnElement> JaxbKeyManyToOneElement.getColumn()
          Gets the value of the column property.
 List<JaxbColumnElement> JaxbIndexElement.getColumn()
          Gets the value of the column property.
 List<JaxbColumnElement> JaxbKeyElement.getColumn()
          Gets the value of the column property.
 List<JaxbColumnElement> JaxbIdbagElement.JaxbCollectionId.getColumn()
          Gets the value of the column property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbColumnElement
 void JaxbHibernateMapping.JaxbClass.JaxbDiscriminator.setColumn(JaxbColumnElement value)
          Sets the value of the column property.
 void JaxbMapElement.JaxbIndexManyToAny.setColumn(JaxbColumnElement value)
          Sets the value of the column property.
 void JaxbListIndexElement.setColumn(JaxbColumnElement value)
          Sets the value of the column property.
 void JaxbManyToAnyElement.setColumn(JaxbColumnElement value)
          Sets the value of the column property.
 void JaxbAnyElement.setColumn(JaxbColumnElement value)
          Sets the value of the column property.
 



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