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.indexes
protected List
<JaxbIndexImpl> JaxbJoinTableImpl.indexes
protected List
<JaxbIndexImpl> JaxbSecondaryTableImpl.indexes
protected List
<JaxbIndexImpl> JaxbTableGeneratorImpl.indexes
protected List
<JaxbIndexImpl> JaxbTableImpl.indexes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbIndexImplModifier and TypeMethodDescriptionObjectFactory.createJaxbIndexImpl()
Create an instance ofJaxbIndexImpl
Methods 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