Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Packages that use JaxbHbmIndexType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmIndexType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmIndexType Modifier and Type Field Description protected JaxbHbmIndexTypeJaxbHbmArrayType. indexprotected JaxbHbmIndexTypeJaxbHbmListType. indexprotected JaxbHbmIndexTypeJaxbHbmMapType. indexprotected JaxbHbmIndexTypeJaxbHbmPrimitiveArrayType. indexMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexType Modifier and Type Method Description JaxbHbmIndexTypeObjectFactory. createJaxbHbmIndexType()Create an instance ofJaxbHbmIndexTypeJaxbHbmIndexTypeJaxbHbmArrayType. getIndex()Gets the value of the index property.JaxbHbmIndexTypeJaxbHbmListType. getIndex()Gets the value of the index property.JaxbHbmIndexTypeJaxbHbmMapType. getIndex()Gets the value of the index property.JaxbHbmIndexTypeJaxbHbmPrimitiveArrayType. getIndex()Gets the value of the index property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmIndexType Modifier and Type Method Description voidJaxbHbmArrayType. setIndex(JaxbHbmIndexType value)Sets the value of the index property.voidJaxbHbmListType. setIndex(JaxbHbmIndexType value)Sets the value of the index property.voidJaxbHbmMapType. setIndex(JaxbHbmIndexType value)Sets the value of the index property.voidJaxbHbmPrimitiveArrayType. setIndex(JaxbHbmIndexType value)Sets the value of the index property.
-