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 List<Index>
CollectionTable. index
protected List<Index>
JoinTable. index
protected List<Index>
SecondaryTable. index
protected List<Index>
Table. index
protected 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 List<Index>
CollectionTable. getIndex()
Gets the value of the index property.List<Index>
JoinTable. getIndex()
Gets the value of the index property.List<Index>
SecondaryTable. getIndex()
Gets the value of the index property.List<Index>
Table. getIndex()
Gets the value of the index property.List<Index>
TableGenerator. getIndex()
Gets the value of the index property.
-