Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Packages that use ElementCollection Package Description 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 Modifier and Type Field Description protected List<ElementCollection>Attributes. elementCollectionprotected List<ElementCollection>EmbeddableAttributes. elementCollectionMethods in org.hibernate.jpamodelgen.xml.jaxb that return ElementCollection Modifier and Type Method Description ElementCollectionObjectFactory. createElementCollection()Create an instance ofElementCollectionMethods in org.hibernate.jpamodelgen.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.
-