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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbCheckAttribute
protected  JaxbCheckAttribute JaxbSqlDeleteElement.check
           
protected  JaxbCheckAttribute JaxbSqlDeleteAllElement.check
           
protected  JaxbCheckAttribute JaxbSqlInsertElement.check
           
protected  JaxbCheckAttribute JaxbSqlUpdateElement.check
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbCheckAttribute
static JaxbCheckAttribute JaxbCheckAttribute.fromValue(String v)
           
 JaxbCheckAttribute CustomSqlElement.getCheck()
           
 JaxbCheckAttribute JaxbSqlDeleteElement.getCheck()
          Gets the value of the check property.
 JaxbCheckAttribute JaxbSqlDeleteAllElement.getCheck()
          Gets the value of the check property.
 JaxbCheckAttribute JaxbSqlInsertElement.getCheck()
          Gets the value of the check property.
 JaxbCheckAttribute JaxbSqlUpdateElement.getCheck()
          Gets the value of the check property.
static JaxbCheckAttribute JaxbCheckAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbCheckAttribute[] JaxbCheckAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbCheckAttribute
 void JaxbSqlDeleteElement.setCheck(JaxbCheckAttribute value)
          Sets the value of the check property.
 void JaxbSqlDeleteAllElement.setCheck(JaxbCheckAttribute value)
          Sets the value of the check property.
 void JaxbSqlInsertElement.setCheck(JaxbCheckAttribute value)
          Sets the value of the check property.
 void JaxbSqlUpdateElement.setCheck(JaxbCheckAttribute value)
          Sets the value of the check property.
 



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