Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
-
Packages that use MapKeyClass Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of MapKeyClass in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as MapKeyClass Modifier and Type Field Description protected MapKeyClass
ElementCollection. mapKeyClass
protected MapKeyClass
ManyToMany. mapKeyClass
protected MapKeyClass
OneToMany. mapKeyClass
Methods in org.hibernate.jpamodelgen.xml.jaxb that return MapKeyClass Modifier and Type Method Description MapKeyClass
ObjectFactory. createMapKeyClass()
Create an instance ofMapKeyClass
MapKeyClass
ElementCollection. getMapKeyClass()
Gets the value of the mapKeyClass property.MapKeyClass
ManyToMany. getMapKeyClass()
Gets the value of the mapKeyClass property.MapKeyClass
OneToMany. getMapKeyClass()
Gets the value of the mapKeyClass property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type MapKeyClass Modifier and Type Method Description void
ElementCollection. setMapKeyClass(MapKeyClass value)
Sets the value of the mapKeyClass property.void
ManyToMany. setMapKeyClass(MapKeyClass value)
Sets the value of the mapKeyClass property.void
OneToMany. setMapKeyClass(MapKeyClass value)
Sets the value of the mapKeyClass property.
-