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

Packages that use JoinColumn
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 JoinColumn in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type JoinColumn
protected  List<JoinColumn> JoinTable.inverseJoinColumn
           
protected  List<JoinColumn> OneToOne.joinColumn
           
protected  List<JoinColumn> ManyToOne.joinColumn
           
protected  List<JoinColumn> AssociationOverride.joinColumn
           
protected  List<JoinColumn> JoinTable.joinColumn
           
protected  List<JoinColumn> OneToMany.joinColumn
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return JoinColumn
 JoinColumn JoinColumn.clone()
          Creates and returns a deep copy of this object.
 JoinColumn ObjectFactory.createJoinColumn()
          Create an instance of JoinColumn
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type JoinColumn
 List<JoinColumn> JoinTable.getInverseJoinColumn()
          Gets the value of the inverseJoinColumn property.
 List<JoinColumn> OneToOne.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> ManyToOne.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> AssociationOverride.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> JoinTable.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> OneToMany.getJoinColumn()
          Gets the value of the joinColumn property.
 

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



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