getJadeClass

getJadeClass(): Class;

The getJadeClass method of the JadeRelationalEntityIF interface returns a reference to the JADE class for which this table is defined, if any.

This method is called when you call the addUserTable method of the RelationalView class. This class must be visible in the schema in which the relational view is defined.

If a class is associated with the table, the callIFAllInstances method returns false, and real properties are included, the ODBC driver uses included references to try to optimize any joins in the WHERE clause. The ODBC driver uses all instances of the class and subclasses, rather than calling the allInstances method of the interface.

If the getJadeClass method returns null, no class is associated with your relational table.