Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MapKey
-
Packages that use MapKey Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of MapKey in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as MapKey Modifier and Type Field Description protected MapKey
ElementCollection. mapKey
protected MapKey
ManyToMany. mapKey
protected MapKey
OneToMany. mapKey
Methods in org.hibernate.jpamodelgen.xml.jaxb that return MapKey Modifier and Type Method Description MapKey
ObjectFactory. createMapKey()
Create an instance ofMapKey
MapKey
ElementCollection. getMapKey()
Gets the value of the mapKey property.MapKey
ManyToMany. getMapKey()
Gets the value of the mapKey property.MapKey
OneToMany. getMapKey()
Gets the value of the mapKey property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type MapKey Modifier and Type Method Description void
ElementCollection. setMapKey(MapKey value)
Sets the value of the mapKey property.void
ManyToMany. setMapKey(MapKey value)
Sets the value of the mapKey property.void
OneToMany. setMapKey(MapKey value)
Sets the value of the mapKey property.
-