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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbEmbedded
protected  List<JaxbEmbedded> JaxbEmbeddableAttributes.embedded
           
protected  List<JaxbEmbedded> JaxbAttributes.embedded
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbEmbedded
 JaxbEmbedded ObjectFactory.createJaxbEmbedded()
          Create an instance of JaxbEmbedded
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbEmbedded
 List<JaxbEmbedded> JaxbEmbeddableAttributes.getEmbedded()
          Gets the value of the embedded property.
 List<JaxbEmbedded> JaxbAttributes.getEmbedded()
          Gets the value of the embedded property.
 



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