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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbAttributes
protected  JaxbAttributes JaxbEntity.attributes
           
protected  JaxbAttributes JaxbMappedSuperclass.attributes
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbAttributes
 JaxbAttributes ObjectFactory.createJaxbAttributes()
          Create an instance of JaxbAttributes
 JaxbAttributes JaxbEntity.getAttributes()
          Gets the value of the attributes property.
 JaxbAttributes JaxbMappedSuperclass.getAttributes()
          Gets the value of the attributes property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbAttributes
 void JaxbEntity.setAttributes(JaxbAttributes value)
          Sets the value of the attributes property.
 void JaxbMappedSuperclass.setAttributes(JaxbAttributes value)
          Sets the value of the attributes property.
 



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