Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Packages that use JaxbHbmCompositeCollectionElementType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmCompositeCollectionElementType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCompositeCollectionElementType Modifier and Type Field Description protected JaxbHbmCompositeCollectionElementType
JaxbHbmArrayType. compositeElement
protected JaxbHbmCompositeCollectionElementType
JaxbHbmBagCollectionType. compositeElement
protected JaxbHbmCompositeCollectionElementType
JaxbHbmIdBagCollectionType. compositeElement
protected JaxbHbmCompositeCollectionElementType
JaxbHbmListType. compositeElement
protected JaxbHbmCompositeCollectionElementType
JaxbHbmMapType. compositeElement
protected JaxbHbmCompositeCollectionElementType
JaxbHbmSetType. compositeElement
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCompositeCollectionElementType Modifier and Type Method Description void
JaxbHbmArrayType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.void
JaxbHbmBagCollectionType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.void
JaxbHbmIdBagCollectionType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.void
JaxbHbmListType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.void
JaxbHbmMapType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.void
JaxbHbmSetType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property. -
Uses of JaxbHbmCompositeCollectionElementType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmCompositeCollectionElementType Constructor Description PluralAttributeElementSourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeCollectionElementType jaxbCompositeElement)
-