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

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

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

Fields in org.apache.openejb.jee.jpa with type parameters of type PrimaryKeyJoinColumn
protected  List<PrimaryKeyJoinColumn> SecondaryTable.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> Entity.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> OneToOne.primaryKeyJoinColumn
           
 

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

Methods in org.apache.openejb.jee.jpa that return types with arguments of type PrimaryKeyJoinColumn
 List<PrimaryKeyJoinColumn> SecondaryTable.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> Entity.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> OneToOne.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.