Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
-
Packages that use JaxbMapKeyJoinColumn Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbMapKeyJoinColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping 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 that return JaxbMapKeyJoinColumn Modifier and Type Method Description JaxbMapKeyJoinColumnObjectFactory. createJaxbMapKeyJoinColumn()Create an instance ofJaxbMapKeyJoinColumnMethods in org.hibernate.boot.jaxb.mapping 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.
-