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