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

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

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



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