Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Packages that use JaxbJoinColumn Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbJoinColumn in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbJoinColumn Modifier and Type Field Description protected List<JaxbJoinColumn>JaxbJoinTable. inverseJoinColumnprotected List<JaxbJoinColumn>JaxbAssociationOverride. joinColumnprotected List<JaxbJoinColumn>JaxbCollectionTable. joinColumnprotected List<JaxbJoinColumn>JaxbJoinTable. joinColumnprotected List<JaxbJoinColumn>JaxbManyToOne. joinColumnprotected List<JaxbJoinColumn>JaxbOneToMany. joinColumnprotected List<JaxbJoinColumn>JaxbOneToOne. joinColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbJoinColumn Modifier and Type Method Description JaxbJoinColumnObjectFactory. createJaxbJoinColumn()Create an instance ofJaxbJoinColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbJoinColumn Modifier and Type Method Description List<JaxbJoinColumn>JaxbJoinTable. getInverseJoinColumn()Gets the value of the inverseJoinColumn property.List<JaxbJoinColumn>JaxbAssociationOverride. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbCollectionTable. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbJoinTable. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbManyToOne. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbOneToMany. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbOneToOne. getJoinColumn()Gets the value of the joinColumn property.
-