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. mapKeyJoinColumn
protected List<JaxbMapKeyJoinColumn>
JaxbManyToMany. mapKeyJoinColumn
protected List<JaxbMapKeyJoinColumn>
JaxbOneToMany. mapKeyJoinColumn
Methods in org.hibernate.boot.jaxb.mapping that return JaxbMapKeyJoinColumn Modifier and Type Method Description JaxbMapKeyJoinColumn
ObjectFactory. createJaxbMapKeyJoinColumn()
Create an instance ofJaxbMapKeyJoinColumn
Methods 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.
-