org.apache.cayenne.jpa.map
Class JpaSecondaryTable

java.lang.Object
  extended by org.apache.cayenne.jpa.map.JpaTable
      extended by org.apache.cayenne.jpa.map.JpaSecondaryTable

public class JpaSecondaryTable
extends JpaTable


Field Summary
protected  Collection<JpaPrimaryKeyJoinColumn> primaryKeyJoinColumns
           
 
Fields inherited from class org.apache.cayenne.jpa.map.JpaTable
catalog, name, schema, uniqueConstraints
 
Constructor Summary
JpaSecondaryTable()
           
JpaSecondaryTable(SecondaryTable annotation)
           
 
Method Summary
 Collection<JpaPrimaryKeyJoinColumn> getPrimaryKeyJoinColumns()
           
 
Methods inherited from class org.apache.cayenne.jpa.map.JpaTable
getCatalog, getName, getSchema, getUniqueConstraints, setCatalog, setName, setSchema, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

primaryKeyJoinColumns

protected Collection<JpaPrimaryKeyJoinColumn> primaryKeyJoinColumns
Constructor Detail

JpaSecondaryTable

public JpaSecondaryTable()

JpaSecondaryTable

public JpaSecondaryTable(SecondaryTable annotation)
Method Detail

getPrimaryKeyJoinColumns

public Collection<JpaPrimaryKeyJoinColumn> getPrimaryKeyJoinColumns()


Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.