Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Packages that use JaxbMapKeyJoinColumn Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbMapKeyJoinColumn in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbMapKeyJoinColumn Modifier and Type Field Description protected List<JaxbMapKeyJoinColumn>JaxbElementCollection. mapKeyJoinColumnprotected List<JaxbMapKeyJoinColumn>JaxbManyToMany. mapKeyJoinColumnprotected List<JaxbMapKeyJoinColumn>JaxbOneToMany. mapKeyJoinColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyJoinColumn Modifier and Type Method Description JaxbMapKeyJoinColumnObjectFactory. createJaxbMapKeyJoinColumn()Create an instance ofJaxbMapKeyJoinColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbMapKeyJoinColumn Modifier and Type Method Description List<JaxbMapKeyJoinColumn>CollectionAttribute. getMapKeyJoinColumn()List<JaxbMapKeyJoinColumn>JaxbElementCollection. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.List<JaxbMapKeyJoinColumn>JaxbManyToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.List<JaxbMapKeyJoinColumn>JaxbOneToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.
-