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 MapKeyElementCollection. mapKeyprotected MapKeyManyToMany. mapKeyprotected MapKeyOneToMany. mapKeyMethods in org.hibernate.jpamodelgen.xml.jaxb that return MapKey Modifier and Type Method Description MapKeyObjectFactory. createMapKey()Create an instance ofMapKeyMapKeyElementCollection. getMapKey()Gets the value of the mapKey property.MapKeyManyToMany. getMapKey()Gets the value of the mapKey property.MapKeyOneToMany. 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 voidElementCollection. setMapKey(MapKey value)Sets the value of the mapKey property.voidManyToMany. setMapKey(MapKey value)Sets the value of the mapKey property.voidOneToMany. setMapKey(MapKey value)Sets the value of the mapKey property.
-