Package org.openxava.mapping
Class Mapping
- java.lang.Object
-
- org.openxava.mapping.Mapping
-
public abstract class Mapping extends java.lang.Object
Utility class for mapping issues.- Author:
- Javier Paniza
-
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection
getSchemas()
static java.util.Collection
getTables()
static java.util.Collection
getTablesBySchema(java.lang.String schema)
-
-
-
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
-
-