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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbSqlUpdateElement
protected  JaxbSqlUpdateElement JaxbHibernateMapping.JaxbClass.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbSubclassElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbMapElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbJoinedSubclassElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbListElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbUnionSubclassElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbJoinElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbBagElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbPrimitiveArrayElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbArrayElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbSetElement.sqlUpdate
           
protected  JaxbSqlUpdateElement JaxbIdbagElement.sqlUpdate
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbSqlUpdateElement
 JaxbSqlUpdateElement ObjectFactory.createJaxbSqlUpdateElement()
          Create an instance of JaxbSqlUpdateElement
 JaxbSqlUpdateElement EntityElement.getSqlUpdate()
           
 JaxbSqlUpdateElement PluralAttributeElement.getSqlUpdate()
           
 JaxbSqlUpdateElement JaxbHibernateMapping.JaxbClass.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbSubclassElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbMapElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbJoinedSubclassElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbListElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbUnionSubclassElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbJoinElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbBagElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbPrimitiveArrayElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbArrayElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbSetElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 JaxbSqlUpdateElement JaxbIdbagElement.getSqlUpdate()
          Gets the value of the sqlUpdate property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbSqlUpdateElement
 void JaxbHibernateMapping.JaxbClass.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbSubclassElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbMapElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbJoinedSubclassElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbListElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbUnionSubclassElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbJoinElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbBagElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbPrimitiveArrayElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbArrayElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbSetElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 void JaxbIdbagElement.setSqlUpdate(JaxbSqlUpdateElement value)
          Sets the value of the sqlUpdate property.
 



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