Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ElementCollection

Packages that use ElementCollection
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of ElementCollection in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type ElementCollection
protected  List<ElementCollection> Attributes.elementCollection
           
protected  List<ElementCollection> EmbeddableAttributes.elementCollection
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return ElementCollection
 ElementCollection ObjectFactory.createElementCollection()
          Create an instance of ElementCollection
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type ElementCollection
 List<ElementCollection> Attributes.getElementCollection()
          Gets the value of the elementCollection property.
 List<ElementCollection> EmbeddableAttributes.getElementCollection()
          Gets the value of the elementCollection property.
 



Copyright © 2009-2011. All Rights Reserved.