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

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

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

Fields in org.apache.openejb.jee.jpa with type parameters of type MapKeyJoinColumn
protected  List<MapKeyJoinColumn> ManyToMany.mapKeyJoinColumn
           
protected  List<MapKeyJoinColumn> OneToMany.mapKeyJoinColumn
           
protected  List<MapKeyJoinColumn> ElementCollection.mapKeyJoinColumn
           
 

Methods in org.apache.openejb.jee.jpa that return MapKeyJoinColumn
 MapKeyJoinColumn ObjectFactory.createMapKeyJoinColumn()
          Create an instance of MapKeyJoinColumn
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type MapKeyJoinColumn
 List<MapKeyJoinColumn> ManyToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<MapKeyJoinColumn> OneToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<MapKeyJoinColumn> ElementCollection.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 



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