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 JaxbJoinTableImplJaxbAssociationOverrideImpl.joinTableprotected JaxbJoinTableImplJaxbManyToManyImpl.joinTableprotected JaxbJoinTableImplJaxbManyToOneImpl.joinTableprotected JaxbJoinTableImplJaxbOneToManyImpl.joinTableprotected JaxbJoinTableImplJaxbOneToOneImpl.joinTableprotected JaxbJoinTableImplJaxbPluralAnyMappingImpl.joinTableMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbJoinTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbJoinTableImpl()Create an instance ofJaxbJoinTableImplJaxbAssociationOverrideImpl.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.JaxbPluralAnyMappingImpl.getJoinTable()Gets the value of the joinTable property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbJoinTableImplModifier and TypeMethodDescriptionvoidJaxbAssociationOverrideImpl.setJoinTable(JaxbJoinTableImpl value) Sets the value of the joinTable property.voidJaxbJoinTableCapable.setJoinTable(JaxbJoinTableImpl value) voidJaxbManyToManyImpl.setJoinTable(JaxbJoinTableImpl value) Sets the value of the joinTable property.voidJaxbManyToOneImpl.setJoinTable(JaxbJoinTableImpl value) Sets the value of the joinTable property.voidJaxbOneToManyImpl.setJoinTable(JaxbJoinTableImpl value) Sets the value of the joinTable property.voidJaxbOneToOneImpl.setJoinTable(JaxbJoinTableImpl value) Sets the value of the joinTable property.voidJaxbPluralAnyMappingImpl.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 TypeMethodDescriptionvoidJoinTableJpaAnnotation.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 JoinTableJpaAnnotationTableProcessing.transformJoinTable(JaxbJoinTableImpl jaxbJoinTable, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext)