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 List<MapKeyJoinColumn>
ElementCollection. mapKeyJoinColumn
protected List<MapKeyJoinColumn>
ManyToMany. mapKeyJoinColumn
protected 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 List<MapKeyJoinColumn>
ElementCollection. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.List<MapKeyJoinColumn>
ManyToMany. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.List<MapKeyJoinColumn>
OneToMany. getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.
-