Uses of Class
org.apache.empire.db.DBRelation

Packages that use DBRelation
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of DBRelation in org.apache.empire.db
 

Fields in org.apache.empire.db with type parameters of type DBRelation
protected  java.util.List<DBRelation> DBDatabase.relations
           
 

Methods in org.apache.empire.db that return types with arguments of type DBRelation
 java.util.List<DBRelation> DBDatabase.getRelations()
          Returns the tables which has been defined in the database.
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.