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

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

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

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

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

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



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