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 JaxbTableImpl
JaxbEntity.getTable()
JaxbEntityImpl.getTable()
Gets the value of the table property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbTableImplModifier and TypeMethodDescriptionvoid
JaxbEntity.setTable
(@Nullable JaxbTableImpl value) void
JaxbEntityImpl.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 TypeMethodDescriptionvoid
TableJpaAnnotation.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 void
XmlAnnotationHelper.applyTable
(JaxbTableImpl jaxbTable, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext)