Uses of Class
org.apache.openejb.jee.jpa.MapKeyClass

Packages that use MapKeyClass
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
protected  MapKeyClass OneToMany.mapKeyClass
           
protected  MapKeyClass ElementCollection.mapKeyClass
           
protected  MapKeyClass ManyToMany.mapKeyClass
           
 

Methods in org.apache.openejb.jee.jpa that return MapKeyClass
 MapKeyClass ObjectFactory.createMapKeyClass()
          Create an instance of MapKeyClass
 MapKeyClass OneToMany.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 MapKeyClass ElementCollection.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 MapKeyClass ManyToMany.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type MapKeyClass
 void OneToMany.setMapKeyClass(MapKeyClass value)
          Sets the value of the mapKeyClass property.
 void ElementCollection.setMapKeyClass(MapKeyClass value)
          Sets the value of the mapKeyClass property.
 void ManyToMany.setMapKeyClass(MapKeyClass value)
          Sets the value of the mapKeyClass property.
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.