Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Packages that use JaxbHbmListIndexType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmListIndexType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmListIndexType Modifier and Type Field Description protected JaxbHbmListIndexTypeJaxbHbmArrayType. listIndexprotected JaxbHbmListIndexTypeJaxbHbmListType. listIndexprotected JaxbHbmListIndexTypeJaxbHbmPrimitiveArrayType. listIndexMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmListIndexType Modifier and Type Method Description JaxbHbmListIndexTypeObjectFactory. createJaxbHbmListIndexType()Create an instance ofJaxbHbmListIndexTypeJaxbHbmListIndexTypeJaxbHbmArrayType. getListIndex()Gets the value of the listIndex property.JaxbHbmListIndexTypeJaxbHbmListType. getListIndex()Gets the value of the listIndex property.JaxbHbmListIndexTypeJaxbHbmPrimitiveArrayType. getListIndex()Gets the value of the listIndex property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmListIndexType Modifier and Type Method Description voidJaxbHbmArrayType. setListIndex(JaxbHbmListIndexType value)Sets the value of the listIndex property.voidJaxbHbmListType. setListIndex(JaxbHbmListIndexType value)Sets the value of the listIndex property.voidJaxbHbmPrimitiveArrayType. setListIndex(JaxbHbmListIndexType value)Sets the value of the listIndex property.
-