Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
Packages that use JaxbSecondaryTableImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbSecondaryTableImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSecondaryTableImplModifier and TypeFieldDescriptionprotected List<JaxbSecondaryTableImpl>
JaxbEntityImpl.secondaryTables
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSecondaryTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSecondaryTableImpl()
Create an instance ofJaxbSecondaryTableImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbSecondaryTableImplModifier and TypeMethodDescriptionJaxbEntity.getSecondaryTables()
JaxbEntityImpl.getSecondaryTables()
Gets the value of the secondaryTables property. -
Uses of JaxbSecondaryTableImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbSecondaryTableImplModifier and TypeMethodDescriptionvoid
SecondaryTableJpaAnnotation.apply
(JaxbSecondaryTableImpl jaxbTable, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbSecondaryTableImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbSecondaryTableImplModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applySecondaryTables
(List<JaxbSecondaryTableImpl> jaxbSecondaryTables, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext)