Uses of Class
com.sun.java.xml.ns.persistence.orm.ElementCollection

Packages that use ElementCollection
com.sun.java.xml.ns.persistence.orm   
 

Uses of ElementCollection in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type ElementCollection
protected  List<ElementCollection> EmbeddableAttributes.elementCollection
           
protected  List<ElementCollection> Attributes.elementCollection
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return ElementCollection
 ElementCollection ObjectFactory.createElementCollection()
          Create an instance of ElementCollection
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type ElementCollection
 List<ElementCollection> EmbeddableAttributes.getElementCollection()
          Gets the value of the elementCollection property.
 List<ElementCollection> Attributes.getElementCollection()
          Gets the value of the elementCollection property.
 



Copyright © 2005-2014. All Rights Reserved.