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

Packages that use MapKeyColumn
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of MapKeyColumn in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as MapKeyColumn
protected  MapKeyColumn OneToMany.mapKeyColumn
           
protected  MapKeyColumn ElementCollection.mapKeyColumn
           
protected  MapKeyColumn ManyToMany.mapKeyColumn
           
 

Methods in org.apache.openejb.jee.jpa that return MapKeyColumn
 MapKeyColumn ObjectFactory.createMapKeyColumn()
          Create an instance of MapKeyColumn
 MapKeyColumn OneToMany.getMapKeyColumn()
          Gets the value of the mapKeyColumn property.
 MapKeyColumn ElementCollection.getMapKeyColumn()
          Gets the value of the mapKeyColumn property.
 MapKeyColumn ManyToMany.getMapKeyColumn()
          Gets the value of the mapKeyColumn property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type MapKeyColumn
 void OneToMany.setMapKeyColumn(MapKeyColumn value)
          Sets the value of the mapKeyColumn property.
 void ElementCollection.setMapKeyColumn(MapKeyColumn value)
          Sets the value of the mapKeyColumn property.
 void ManyToMany.setMapKeyColumn(MapKeyColumn value)
          Sets the value of the mapKeyColumn property.
 



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