Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
Packages that use JaxbJoinTableImpl
-
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.