Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Packages that use MapKeyColumn Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of MapKeyColumn in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as MapKeyColumn Modifier and Type Field Description protected MapKeyColumn
ElementCollection. mapKeyColumn
protected MapKeyColumn
ManyToMany. mapKeyColumn
protected MapKeyColumn
OneToMany. mapKeyColumn
Methods in org.hibernate.jpamodelgen.xml.jaxb that return MapKeyColumn Modifier and Type Method Description MapKeyColumn
ObjectFactory. createMapKeyColumn()
Create an instance ofMapKeyColumn
MapKeyColumn
ElementCollection. getMapKeyColumn()
Gets the value of the mapKeyColumn property.MapKeyColumn
ManyToMany. getMapKeyColumn()
Gets the value of the mapKeyColumn property.MapKeyColumn
OneToMany. getMapKeyColumn()
Gets the value of the mapKeyColumn property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type MapKeyColumn Modifier and Type Method Description void
ElementCollection. setMapKeyColumn(MapKeyColumn value)
Sets the value of the mapKeyColumn property.void
ManyToMany. setMapKeyColumn(MapKeyColumn value)
Sets the value of the mapKeyColumn property.void
OneToMany. setMapKeyColumn(MapKeyColumn value)
Sets the value of the mapKeyColumn property.
-