Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbIndexImpl
Packages that use JaxbIndexImpl
-
Uses of JaxbIndexImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbIndexImplModifier and TypeFieldDescriptionprotected List<JaxbIndexImpl> JaxbCollectionTableImpl.indexesprotected List<JaxbIndexImpl> JaxbJoinTableImpl.indexesprotected List<JaxbIndexImpl> JaxbSecondaryTableImpl.indexesprotected List<JaxbIndexImpl> JaxbTableGeneratorImpl.indexesprotected List<JaxbIndexImpl> JaxbTableImpl.indexesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbIndexImplModifier and TypeMethodDescriptionObjectFactory.createJaxbIndexImpl()Create an instance ofJaxbIndexImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbIndexImplModifier and TypeMethodDescriptionJaxbCollectionTableImpl.getIndexes()Gets the value of the indexes property.JaxbJoinTableImpl.getIndexes()Gets the value of the indexes property.JaxbSecondaryTableImpl.getIndexes()Gets the value of the indexes property.JaxbTableGeneratorImpl.getIndexes()Gets the value of the indexes property.JaxbTableImpl.getIndexes()Gets the value of the indexes property. -
Uses of JaxbIndexImpl in org.hibernate.boot.jaxb.mapping.spi.db
Methods in org.hibernate.boot.jaxb.mapping.spi.db that return types with arguments of type JaxbIndexImpl