Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
-
Packages that use JaxbHbmCompositeIndexType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmCompositeIndexType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCompositeIndexType Modifier and Type Field Description protected JaxbHbmCompositeIndexType
JaxbHbmMapType. compositeIndex
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCompositeIndexType Modifier and Type Method Description JaxbHbmCompositeIndexType
ObjectFactory. createJaxbHbmCompositeIndexType()
Create an instance ofJaxbHbmCompositeIndexType
JaxbHbmCompositeIndexType
JaxbHbmMapType. getCompositeIndex()
Gets the value of the compositeIndex property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCompositeIndexType Modifier and Type Method Description void
JaxbHbmMapType. setCompositeIndex(JaxbHbmCompositeIndexType value)
Sets the value of the compositeIndex property. -
Uses of JaxbHbmCompositeIndexType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmCompositeIndexType Constructor Description PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeIndexType jaxbCompositeIndexElement)
-