Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
-
Packages that use JaxbHbmIndexManyToAnyType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmIndexManyToAnyType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmIndexManyToAnyType Modifier and Type Field Description protected JaxbHbmIndexManyToAnyType
JaxbHbmMapType. indexManyToAny
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexManyToAnyType Modifier and Type Method Description JaxbHbmIndexManyToAnyType
ObjectFactory. createJaxbHbmIndexManyToAnyType()
Create an instance ofJaxbHbmIndexManyToAnyType
JaxbHbmIndexManyToAnyType
JaxbHbmMapType. getIndexManyToAny()
Gets the value of the indexManyToAny property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmIndexManyToAnyType Modifier and Type Method Description void
JaxbHbmMapType. 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 JaxbHbmIndexManyToAnyType Constructor Description PluralAttributeMapKeyManyToAnySourceImpl(MappingDocument mappingDocument, PluralAttributeSourceMapImpl pluralAttributeSource, JaxbHbmIndexManyToAnyType jaxbMapKeyManyToAnyMapping)
-