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