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