Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Packages that use JaxbHbmCompositeCollectionElementType
-
Uses of JaxbHbmCompositeCollectionElementType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCompositeCollectionElementTypeModifier and TypeFieldDescriptionprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmArrayType.compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmBagCollectionType.compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmIdBagCollectionType.compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmListType.compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmMapType.compositeElementprotected JaxbHbmCompositeCollectionElementTypeJaxbHbmSetType.compositeElementMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCompositeCollectionElementTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmCompositeCollectionElementType()Create an instance ofJaxbHbmCompositeCollectionElementTypeJaxbHbmArrayType.getCompositeElement()Gets the value of the compositeElement property.JaxbHbmBagCollectionType.getCompositeElement()Gets the value of the compositeElement property.JaxbHbmIdBagCollectionType.getCompositeElement()Gets the value of the compositeElement property.JaxbHbmListType.getCompositeElement()Gets the value of the compositeElement property.JaxbHbmMapType.getCompositeElement()Gets the value of the compositeElement property.JaxbHbmSetType.getCompositeElement()Gets the value of the compositeElement property.PluralAttributeInfo.getCompositeElement()PluralAttributeInfoPrimitiveArrayAdapter.getCompositeElement()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCompositeCollectionElementTypeModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.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 JaxbHbmCompositeCollectionElementTypeModifierConstructorDescriptionPluralAttributeElementSourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeCollectionElementType jaxbCompositeElement)