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