Uses of Class
org.apache.openejb.jee.jpa.MapKeyClass
-
Packages that use MapKeyClass Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MapKeyClass in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as MapKeyClass Modifier and Type Field Description protected MapKeyClassElementCollection. mapKeyClassprotected MapKeyClassManyToMany. mapKeyClassprotected MapKeyClassOneToMany. mapKeyClassMethods in org.apache.openejb.jee.jpa that return MapKeyClass Modifier and Type Method Description MapKeyClassObjectFactory. createMapKeyClass()Create an instance ofMapKeyClassMapKeyClassElementCollection. getMapKeyClass()Gets the value of the mapKeyClass property.MapKeyClassManyToMany. getMapKeyClass()Gets the value of the mapKeyClass property.MapKeyClassOneToMany. getMapKeyClass()Gets the value of the mapKeyClass property.Methods in org.apache.openejb.jee.jpa with parameters of type MapKeyClass Modifier and Type Method Description voidElementCollection. setMapKeyClass(MapKeyClass value)Sets the value of the mapKeyClass property.voidManyToMany. setMapKeyClass(MapKeyClass value)Sets the value of the mapKeyClass property.voidOneToMany. setMapKeyClass(MapKeyClass value)Sets the value of the mapKeyClass property.
-