Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbElementCollection
-
Packages that use JaxbElementCollection Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbElementCollection in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbElementCollection Modifier and Type Field Description protected List<JaxbElementCollection>
JaxbAttributes. elementCollectionAttributes
protected List<JaxbElementCollection>
JaxbEmbeddableAttributes. elementCollectionAttributes
Methods in org.hibernate.boot.jaxb.mapping that return JaxbElementCollection Modifier and Type Method Description JaxbElementCollection
ObjectFactory. createJaxbElementCollection()
Create an instance ofJaxbElementCollection
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbElementCollection Modifier and Type Method Description List<JaxbElementCollection>
AttributesContainer. getElementCollectionAttributes()
List<JaxbElementCollection>
JaxbAttributes. getElementCollectionAttributes()
Gets the value of the elementCollectionAttributes property.List<JaxbElementCollection>
JaxbEmbeddableAttributes. getElementCollectionAttributes()
Gets the value of the elementCollectionAttributes property. -
Uses of JaxbElementCollection in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbElementCollection Modifier and Type Method Description List<JaxbElementCollection>
PropertyMappingElementCollector. getElementCollection()
-