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. indexprotected List<Index>JoinTable. indexprotected List<Index>SecondaryTable. indexprotected List<Index>Table. indexprotected 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 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.
-