Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
Packages that use JaxbJoinTableImpl
Package
Description
-
Uses of JaxbJoinTableImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbJoinTableImplModifier and TypeFieldDescriptionprotected JaxbJoinTableImpl
JaxbAssociationOverrideImpl.joinTable
protected JaxbJoinTableImpl
JaxbManyToManyImpl.joinTable
protected JaxbJoinTableImpl
JaxbManyToOneImpl.joinTable
protected JaxbJoinTableImpl
JaxbOneToManyImpl.joinTable
protected JaxbJoinTableImpl
JaxbOneToOneImpl.joinTable
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbJoinTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbJoinTableImpl()
Create an instance ofJaxbJoinTableImpl
JaxbAssociationOverrideImpl.getJoinTable()
Gets the value of the joinTable property.JaxbJoinTableCapable.getJoinTable()
JaxbManyToManyImpl.getJoinTable()
Gets the value of the joinTable property.JaxbManyToOneImpl.getJoinTable()
Gets the value of the joinTable property.JaxbOneToManyImpl.getJoinTable()
Gets the value of the joinTable property.JaxbOneToOneImpl.getJoinTable()
Gets the value of the joinTable property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbJoinTableImplModifier and TypeMethodDescriptionvoid
JaxbAssociationOverrideImpl.setJoinTable
(JaxbJoinTableImpl value) Sets the value of the joinTable property.void
JaxbJoinTableCapable.setJoinTable
(JaxbJoinTableImpl value) void
JaxbManyToManyImpl.setJoinTable
(JaxbJoinTableImpl value) Sets the value of the joinTable property.void
JaxbManyToOneImpl.setJoinTable
(JaxbJoinTableImpl value) Sets the value of the joinTable property.void
JaxbOneToManyImpl.setJoinTable
(JaxbJoinTableImpl value) Sets the value of the joinTable property.void
JaxbOneToOneImpl.setJoinTable
(JaxbJoinTableImpl value) Sets the value of the joinTable property. -
Uses of JaxbJoinTableImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbJoinTableImplModifier and TypeMethodDescriptionvoid
JoinTableJpaAnnotation.apply
(JaxbJoinTableImpl jaxbJoinTable, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbJoinTableImpl in org.hibernate.boot.models.xml.internal.db
Methods in org.hibernate.boot.models.xml.internal.db with parameters of type JaxbJoinTableImplModifier and TypeMethodDescriptionstatic JoinTableJpaAnnotation
TableProcessing.transformJoinTable
(JaxbJoinTableImpl jaxbJoinTable, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext)