org.openxava.mapping
Class Mapping

java.lang.Object
  extended by org.openxava.mapping.Mapping

public abstract class Mapping
extends java.lang.Object

Utility class for mapping issues.

Author:
Javier Paniza

Constructor Summary
Mapping()
           
 
Method Summary
static java.util.Collection getSchemas()
           
static java.util.Collection getTables()
           
static java.util.Collection getTablesBySchema(java.lang.String schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Method Detail

getSchemas

public static java.util.Collection getSchemas()
                                       throws XavaException
Throws:
XavaException

getTables

public static java.util.Collection getTables()
                                      throws XavaException
Throws:
XavaException

getTablesBySchema

public static java.util.Collection getTablesBySchema(java.lang.String schema)
                                              throws XavaException
Throws:
XavaException