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 java.util.List<JaxbMapKeyJoinColumn>
JaxbElementCollection. mapKeyJoinColumn
protected java.util.List<JaxbMapKeyJoinColumn>
JaxbManyToMany. mapKeyJoinColumn
protected java.util.List<JaxbMapKeyJoinColumn>
JaxbOneToMany. mapKeyJoinColumn
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyJoinColumn Modifier and Type Method Description JaxbMapKeyJoinColumn
ObjectFactory. createJaxbMapKeyJoinColumn()
Create an instance ofJaxbMapKeyJoinColumn
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbMapKeyJoinColumn Modifier and Type Method Description java.util.List<JaxbMapKeyJoinColumn>
CollectionAttribute. getMapKeyJoinColumn()
java.util.List<JaxbMapKeyJoinColumn>
JaxbElementCollection. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.java.util.List<JaxbMapKeyJoinColumn>
JaxbManyToMany. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.java.util.List<JaxbMapKeyJoinColumn>
JaxbOneToMany. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.
-