Uses of Class
org.apache.openejb.jee.jpa.MapKey
-
Packages that use MapKey Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MapKey in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as MapKey Modifier and Type Field Description protected MapKeyElementCollection. mapKeyprotected MapKeyManyToMany. mapKeyprotected MapKeyOneToMany. mapKeyMethods in org.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa 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.
-