Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Packages that use MapKeyJoinColumn Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of MapKeyJoinColumn in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type MapKeyJoinColumn Modifier and Type Field Description protected java.util.List<MapKeyJoinColumn>
ElementCollection. mapKeyJoinColumn
protected java.util.List<MapKeyJoinColumn>
ManyToMany. mapKeyJoinColumn
protected java.util.List<MapKeyJoinColumn>
OneToMany. mapKeyJoinColumn
Methods in org.hibernate.jpamodelgen.xml.jaxb that return MapKeyJoinColumn Modifier and Type Method Description MapKeyJoinColumn
ObjectFactory. createMapKeyJoinColumn()
Create an instance ofMapKeyJoinColumn
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type MapKeyJoinColumn Modifier and Type Method Description java.util.List<MapKeyJoinColumn>
ElementCollection. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.java.util.List<MapKeyJoinColumn>
ManyToMany. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.java.util.List<MapKeyJoinColumn>
OneToMany. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.
-