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 JaxbHbmCompositeCollectionElementTypeJaxbHbmArrayType. compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmBagCollectionType. compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmIdBagCollectionType. compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmListType. compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmMapType. compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmSetType. compositeElementMethods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCompositeCollectionElementType Modifier and Type Method Description voidJaxbHbmArrayType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)Sets the value of the compositeElement property.voidJaxbHbmBagCollectionType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)Sets the value of the compositeElement property.voidJaxbHbmIdBagCollectionType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)Sets the value of the compositeElement property.voidJaxbHbmListType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)Sets the value of the compositeElement property.voidJaxbHbmMapType. setCompositeElement(JaxbHbmCompositeCollectionElementType value)Sets the value of the compositeElement property.voidJaxbHbmSetType. 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)
-