Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Packages that use JaxbHbmIndexManyToManyType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmIndexManyToManyType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmIndexManyToManyType Modifier and Type Field Description protected JaxbHbmIndexManyToManyType
JaxbHbmMapType. indexManyToMany
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexManyToManyType Modifier and Type Method Description JaxbHbmIndexManyToManyType
ObjectFactory. createJaxbHbmIndexManyToManyType()
Create an instance ofJaxbHbmIndexManyToManyType
JaxbHbmIndexManyToManyType
JaxbHbmMapType. getIndexManyToMany()
Gets the value of the indexManyToMany property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmIndexManyToManyType Modifier and Type Method Description void
JaxbHbmMapType. setIndexManyToMany(JaxbHbmIndexManyToManyType value)
Sets the value of the indexManyToMany property. -
Uses of JaxbHbmIndexManyToManyType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmIndexManyToManyType Constructor Description PluralAttributeMapKeyManyToManySourceImpl(MappingDocument mappingDocument, PluralAttributeSourceMapImpl pluralAttributeSourceMap, JaxbHbmIndexManyToManyType jaxbIndexManyToManyMapping)
-