Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Packages that use JaxbHbmIndexType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
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 JaxbHbmIndexType
JaxbHbmArrayType. index
protected JaxbHbmIndexType
JaxbHbmListType. index
protected JaxbHbmIndexType
JaxbHbmMapType. index
protected JaxbHbmIndexType
JaxbHbmPrimitiveArrayType. index
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIndexType Modifier and Type Method Description JaxbHbmIndexType
ObjectFactory. createJaxbHbmIndexType()
Create an instance ofJaxbHbmIndexType
JaxbHbmIndexType
JaxbHbmArrayType. getIndex()
Gets the value of the index property.JaxbHbmIndexType
JaxbHbmListType. getIndex()
Gets the value of the index property.JaxbHbmIndexType
JaxbHbmMapType. getIndex()
Gets the value of the index property.JaxbHbmIndexType
JaxbHbmPrimitiveArrayType. 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 void
JaxbHbmArrayType. setIndex(JaxbHbmIndexType value)
Sets the value of the index property.void
JaxbHbmListType. setIndex(JaxbHbmIndexType value)
Sets the value of the index property.void
JaxbHbmMapType. setIndex(JaxbHbmIndexType value)
Sets the value of the index property.void
JaxbHbmPrimitiveArrayType. setIndex(JaxbHbmIndexType value)
Sets the value of the index property. -
Uses of JaxbHbmIndexType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmIndexType Constructor Description PluralAttributeMapKeySourceBasicImpl(MappingDocument sourceMappingDocument, JaxbHbmIndexType jaxbIndex)
PluralAttributeSequentialIndexSourceImpl(MappingDocument sourceMappingDocument, JaxbHbmIndexType jaxbIndex)
-