Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Index
-
Packages that use Index Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Index in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Index Modifier and Type Field Description protected java.util.List<Index>
CollectionTable. index
protected java.util.List<Index>
JoinTable. index
protected java.util.List<Index>
SecondaryTable. index
protected java.util.List<Index>
Table. index
protected java.util.List<Index>
TableGenerator. index
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Index Modifier and Type Method Description Index
ObjectFactory. createIndex()
Create an instance ofIndex
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Index Modifier and Type Method Description java.util.List<Index>
CollectionTable. getIndex()
Gets the value of the index property.java.util.List<Index>
JoinTable. getIndex()
Gets the value of the index property.java.util.List<Index>
SecondaryTable. getIndex()
Gets the value of the index property.java.util.List<Index>
Table. getIndex()
Gets the value of the index property.java.util.List<Index>
TableGenerator. getIndex()
Gets the value of the index property.
-