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. indexprotected java.util.List<Index>JoinTable. indexprotected java.util.List<Index>SecondaryTable. indexprotected java.util.List<Index>Table. indexprotected java.util.List<Index>TableGenerator. indexMethods in org.hibernate.jpamodelgen.xml.jaxb that return Index Modifier and Type Method Description IndexObjectFactory. createIndex()Create an instance ofIndexMethods 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.
-