Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Packages that use JaxbHbmIndexManyToManyType
-
Uses of JaxbHbmIndexManyToManyType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmIndexManyToManyTypeModifier and TypeFieldDescriptionprotected JaxbHbmIndexManyToManyTypeJaxbHbmMapType.indexManyToManyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexManyToManyTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmIndexManyToManyType()Create an instance ofJaxbHbmIndexManyToManyTypeJaxbHbmMapType.getIndexManyToMany()Gets the value of the indexManyToMany property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmIndexManyToManyTypeModifier and TypeMethodDescriptionvoidJaxbHbmMapType.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 JaxbHbmIndexManyToManyTypeModifierConstructorDescriptionPluralAttributeMapKeyManyToManySourceImpl(MappingDocument mappingDocument, PluralAttributeSourceMapImpl pluralAttributeSourceMap, JaxbHbmIndexManyToManyType jaxbIndexManyToManyMapping)