Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
Packages that use JaxbTableImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbTableImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbTableImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbTableImpl()Create an instance ofJaxbTableImpl@Nullable JaxbTableImplJaxbEntity.getTable()JaxbEntityImpl.getTable()Gets the value of the table property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbTableImplModifier and TypeMethodDescriptionvoidJaxbEntity.setTable(@Nullable JaxbTableImpl value) voidJaxbEntityImpl.setTable(JaxbTableImpl value) Sets the value of the table property. -
Uses of JaxbTableImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbTableImplModifier and TypeMethodDescriptionvoidTableJpaAnnotation.apply(JaxbTableImpl jaxbTable, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbTableImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbTableImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyTable(JaxbTableImpl jaxbTable, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext)