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 JaxbHbmIndexManyToAnyTypeJaxbHbmMapType. indexManyToAnyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexManyToAnyType Modifier and Type Method Description JaxbHbmIndexManyToAnyTypeObjectFactory. createJaxbHbmIndexManyToAnyType()Create an instance ofJaxbHbmIndexManyToAnyTypeJaxbHbmIndexManyToAnyTypeJaxbHbmMapType. 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 voidJaxbHbmMapType. 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)
-