Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbIndex
-
Packages that use JaxbIndex Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbIndex in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbIndex Modifier and Type Field Description protected List<JaxbIndex>
JaxbCollectionTable. index
protected List<JaxbIndex>
JaxbJoinTable. index
protected List<JaxbIndex>
JaxbSecondaryTable. index
protected List<JaxbIndex>
JaxbTable. index
protected List<JaxbIndex>
JaxbTableGenerator. index
Methods in org.hibernate.boot.jaxb.mapping that return JaxbIndex Modifier and Type Method Description JaxbIndex
ObjectFactory. createJaxbIndex()
Create an instance ofJaxbIndex
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbIndex Modifier and Type Method Description List<JaxbIndex>
JaxbCollectionTable. getIndex()
Gets the value of the index property.List<JaxbIndex>
JaxbJoinTable. getIndex()
Gets the value of the index property.List<JaxbIndex>
JaxbSecondaryTable. getIndex()
Gets the value of the index property.List<JaxbIndex>
JaxbTable. getIndex()
Gets the value of the index property.List<JaxbIndex>
JaxbTableGenerator. getIndex()
Gets the value of the index property.
-