Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.JoinTable

Packages that use JoinTable
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of JoinTable in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as JoinTable
protected  JoinTable ManyToMany.joinTable
           
protected  JoinTable OneToOne.joinTable
           
protected  JoinTable ManyToOne.joinTable
           
protected  JoinTable OneToMany.joinTable
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return JoinTable
 JoinTable JoinTable.clone()
          Creates and returns a deep copy of this object.
 JoinTable ObjectFactory.createJoinTable()
          Create an instance of JoinTable
 JoinTable ManyToMany.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable OneToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable ManyToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable OneToMany.getJoinTable()
          Gets the value of the joinTable property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type JoinTable
 void ManyToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void OneToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void ManyToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void OneToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type JoinTable
JoinTable(JoinTable o)
          Creates a new JoinTable instance by deeply copying a given JoinTable instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.