Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Packages that use JaxbHbmBasicCollectionElementType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmBasicCollectionElementType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmBasicCollectionElementType Modifier and Type Field Description protected JaxbHbmBasicCollectionElementType
JaxbHbmArrayType. element
protected JaxbHbmBasicCollectionElementType
JaxbHbmBagCollectionType. element
protected JaxbHbmBasicCollectionElementType
JaxbHbmIdBagCollectionType. element
protected JaxbHbmBasicCollectionElementType
JaxbHbmListType. element
protected JaxbHbmBasicCollectionElementType
JaxbHbmMapType. element
protected JaxbHbmBasicCollectionElementType
JaxbHbmPrimitiveArrayType. element
protected JaxbHbmBasicCollectionElementType
JaxbHbmSetType. element
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmBasicCollectionElementType Modifier and Type Method Description JaxbHbmBasicCollectionElementType
ObjectFactory. createJaxbHbmBasicCollectionElementType()
Create an instance ofJaxbHbmBasicCollectionElementType
JaxbHbmBasicCollectionElementType
JaxbHbmArrayType. getElement()
Gets the value of the element property.JaxbHbmBasicCollectionElementType
JaxbHbmBagCollectionType. getElement()
Gets the value of the element property.JaxbHbmBasicCollectionElementType
JaxbHbmIdBagCollectionType. getElement()
Gets the value of the element property.JaxbHbmBasicCollectionElementType
JaxbHbmListType. getElement()
Gets the value of the element property.JaxbHbmBasicCollectionElementType
JaxbHbmMapType. getElement()
Gets the value of the element property.JaxbHbmBasicCollectionElementType
JaxbHbmPrimitiveArrayType. getElement()
Gets the value of the element property.JaxbHbmBasicCollectionElementType
JaxbHbmSetType. getElement()
Gets the value of the element property.JaxbHbmBasicCollectionElementType
PluralAttributeInfo. getElement()
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmBasicCollectionElementType Modifier and Type Method Description void
JaxbHbmArrayType. setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.void
JaxbHbmBagCollectionType. setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.void
JaxbHbmIdBagCollectionType. setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.void
JaxbHbmListType. setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.void
JaxbHbmMapType. setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.void
JaxbHbmPrimitiveArrayType. setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.void
JaxbHbmSetType. setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property. -
Uses of JaxbHbmBasicCollectionElementType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmBasicCollectionElementType Constructor Description PluralAttributeElementSourceBasicImpl(MappingDocument sourceMappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmBasicCollectionElementType jaxbElement)
-