Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Packages that use JaxbHbmIndexManyToAnyType
-
Uses of JaxbHbmIndexManyToAnyType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmIndexManyToAnyTypeModifier and TypeFieldDescriptionprotected JaxbHbmIndexManyToAnyTypeJaxbHbmMapType.indexManyToAnyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexManyToAnyTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmIndexManyToAnyType()Create an instance ofJaxbHbmIndexManyToAnyTypeJaxbHbmMapType.getIndexManyToAny()Gets the value of the indexManyToAny property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmIndexManyToAnyTypeModifier and TypeMethodDescriptionvoidJaxbHbmMapType.setIndexManyToAny(JaxbHbmIndexManyToAnyType value) Sets the value of the indexManyToAny property. -
Uses of JaxbHbmIndexManyToAnyType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmIndexManyToAnyTypeModifierConstructorDescriptionPluralAttributeMapKeyManyToAnySourceImpl(MappingDocument mappingDocument, PluralAttributeSourceMapImpl pluralAttributeSource, JaxbHbmIndexManyToAnyType jaxbMapKeyManyToAnyMapping)