org.apache.cayenne.jpa.map
Class JpaTable

java.lang.Object
  extended by org.apache.cayenne.jpa.map.JpaTable
Direct Known Subclasses:
JpaSecondaryTable

public class JpaTable
extends Object


Field Summary
protected  String catalog
           
protected  String name
           
protected  String schema
           
protected  Collection<JpaUniqueConstraint> uniqueConstraints
           
 
Constructor Summary
JpaTable()
           
JpaTable(Table annotation)
           
 
Method Summary
 String getCatalog()
           
 String getName()
           
 String getSchema()
           
 Collection<JpaUniqueConstraint> getUniqueConstraints()
           
 void setCatalog(String catalog)
           
 void setName(String name)
           
 void setSchema(String schema)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

catalog

protected String catalog

schema

protected String schema

uniqueConstraints

protected Collection<JpaUniqueConstraint> uniqueConstraints
Constructor Detail

JpaTable

public JpaTable()

JpaTable

public JpaTable(Table annotation)
Method Detail

getCatalog

public String getCatalog()

setCatalog

public void setCatalog(String catalog)

getName

public String getName()

setName

public void setName(String name)

getSchema

public String getSchema()

setSchema

public void setSchema(String schema)

getUniqueConstraints

public Collection<JpaUniqueConstraint> getUniqueConstraints()

toString

public String toString()
Overrides:
toString in class Object


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