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

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

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

Fields in org.apache.openejb.jee.jpa declared as JoinTable
protected  JoinTable ManyToOne.joinTable
           
protected  JoinTable OneToMany.joinTable
           
protected  JoinTable OneToOne.joinTable
           
protected  JoinTable ManyToMany.joinTable
           
 

Methods in org.apache.openejb.jee.jpa that return JoinTable
 JoinTable ObjectFactory.createJoinTable()
          Create an instance of JoinTable
 JoinTable ManyToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable RelationField.getJoinTable()
           
 JoinTable OneToMany.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable OneToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable ManyToMany.getJoinTable()
          Gets the value of the joinTable property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type JoinTable
 void ManyToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void RelationField.setJoinTable(JoinTable value)
           
 void OneToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void OneToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void ManyToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 



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