Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbIndexImpl
Packages that use JaxbIndexImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
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 -
Uses of JaxbIndexImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbIndexImplModifier and TypeMethodDescriptionstatic Index[]
XmlAnnotationHelper.collectIndexes
(List<JaxbIndexImpl> jaxbIndexes, XmlDocumentContext xmlDocumentContext) static Index[]
XmlAnnotationHelper.collectIndexes
(List<JaxbIndexImpl> jaxbIndexes, org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext)