Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
-
Packages that use JaxbHbmCompositeIndexType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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.
-