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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbEmbeddableAttributes
protected  JaxbEmbeddableAttributes JaxbEmbeddable.attributes
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbEmbeddableAttributes
 JaxbEmbeddableAttributes ObjectFactory.createJaxbEmbeddableAttributes()
          Create an instance of JaxbEmbeddableAttributes
 JaxbEmbeddableAttributes JaxbEmbeddable.getAttributes()
          Gets the value of the attributes property.
 

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



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