Uses of Class
org.hibernate.processor.xml.jaxb.ElementCollection
-
Packages that use ElementCollection Package Description org.hibernate.processor.xml.jaxb -
-
Uses of ElementCollection in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb with type parameters of type ElementCollection Modifier and Type Field Description protected List<ElementCollection>
Attributes. elementCollection
protected List<ElementCollection>
EmbeddableAttributes. elementCollection
Methods in org.hibernate.processor.xml.jaxb that return ElementCollection Modifier and Type Method Description ElementCollection
ObjectFactory. createElementCollection()
Create an instance ofElementCollection
Methods in org.hibernate.processor.xml.jaxb that return types with arguments of type ElementCollection Modifier and Type Method Description List<ElementCollection>
Attributes. getElementCollection()
Gets the value of the elementCollection property.List<ElementCollection>
EmbeddableAttributes. getElementCollection()
Gets the value of the elementCollection property.
-