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
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.