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 JaxbHbmBasicCollectionElementTypeJaxbHbmArrayType. elementprotected JaxbHbmBasicCollectionElementTypeJaxbHbmBagCollectionType. elementprotected JaxbHbmBasicCollectionElementTypeJaxbHbmIdBagCollectionType. elementprotected JaxbHbmBasicCollectionElementTypeJaxbHbmListType. elementprotected JaxbHbmBasicCollectionElementTypeJaxbHbmMapType. elementprotected JaxbHbmBasicCollectionElementTypeJaxbHbmPrimitiveArrayType. elementprotected JaxbHbmBasicCollectionElementTypeJaxbHbmSetType. elementMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmBasicCollectionElementType Modifier and Type Method Description JaxbHbmBasicCollectionElementTypeObjectFactory. createJaxbHbmBasicCollectionElementType()Create an instance ofJaxbHbmBasicCollectionElementTypeJaxbHbmBasicCollectionElementTypeJaxbHbmArrayType. getElement()Gets the value of the element property.JaxbHbmBasicCollectionElementTypeJaxbHbmBagCollectionType. getElement()Gets the value of the element property.JaxbHbmBasicCollectionElementTypeJaxbHbmIdBagCollectionType. getElement()Gets the value of the element property.JaxbHbmBasicCollectionElementTypeJaxbHbmListType. getElement()Gets the value of the element property.JaxbHbmBasicCollectionElementTypeJaxbHbmMapType. getElement()Gets the value of the element property.JaxbHbmBasicCollectionElementTypeJaxbHbmPrimitiveArrayType. getElement()Gets the value of the element property.JaxbHbmBasicCollectionElementTypeJaxbHbmSetType. getElement()Gets the value of the element property.JaxbHbmBasicCollectionElementTypePluralAttributeInfo. getElement()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmBasicCollectionElementType Modifier and Type Method Description voidJaxbHbmArrayType. setElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidJaxbHbmBagCollectionType. setElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidJaxbHbmIdBagCollectionType. setElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidJaxbHbmListType. setElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidJaxbHbmMapType. setElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidJaxbHbmPrimitiveArrayType. setElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidJaxbHbmSetType. 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)
-