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 JaxbHbmIndexManyToManyTypeJaxbHbmMapType. indexManyToManyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexManyToManyType Modifier and Type Method Description JaxbHbmIndexManyToManyTypeObjectFactory. createJaxbHbmIndexManyToManyType()Create an instance ofJaxbHbmIndexManyToManyTypeJaxbHbmIndexManyToManyTypeJaxbHbmMapType. 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 voidJaxbHbmMapType. 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)
-