Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Packages that use JaxbHbmListIndexType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
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 JaxbHbmListIndexType
JaxbHbmArrayType. listIndex
protected JaxbHbmListIndexType
JaxbHbmListType. listIndex
protected JaxbHbmListIndexType
JaxbHbmPrimitiveArrayType. listIndex
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmListIndexType Modifier and Type Method Description JaxbHbmListIndexType
ObjectFactory. createJaxbHbmListIndexType()
Create an instance ofJaxbHbmListIndexType
JaxbHbmListIndexType
JaxbHbmArrayType. getListIndex()
Gets the value of the listIndex property.JaxbHbmListIndexType
JaxbHbmListType. getListIndex()
Gets the value of the listIndex property.JaxbHbmListIndexType
JaxbHbmPrimitiveArrayType. 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 void
JaxbHbmArrayType. setListIndex(JaxbHbmListIndexType value)
Sets the value of the listIndex property.void
JaxbHbmListType. setListIndex(JaxbHbmListIndexType value)
Sets the value of the listIndex property.void
JaxbHbmPrimitiveArrayType. setListIndex(JaxbHbmListIndexType value)
Sets the value of the listIndex property. -
Uses of JaxbHbmListIndexType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmListIndexType Constructor Description PluralAttributeSequentialIndexSourceImpl(MappingDocument sourceMappingDocument, JaxbHbmListIndexType jaxbListIndex)
-