| 
 | Oracle Application Server TopLink API Reference 10g Release 2 (10.1.2) B15903-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.toplink.exceptions.IntegrityChecker
oracle.toplink.exceptions.IntegrityChecker
Purpose: IntegrityChecker is used for catching all the descriptor exceptions, and checking database tables. It gives the user options if he/she wants to catch descriptor exceptions, check database, and check InstantiationPolicy or not.
| Constructor Summary | |
| IntegrityChecker()PUBLIC: IntegrityChecker is used for catching all the Descriptor Exceptions, and check database tables. | |
| Method Summary | |
| void | catchExceptions()PUBLIC: This method is used for catching all the Descriptor Exceptions | 
| void | checkDatabase()PUBLIC: This method is used to check the database tables. | 
| void | checkInstantiationPolicy()PUBLIC: This method is used to check the InstantiationPolicy. | 
| void | dontCatchExceptions()PUBLIC: This method is used for don't catching all the Descriptor Exceptions | 
| void | dontCheckDatabase()PUBLIC: This method is used for don't checking the database tables and fields. | 
| void | dontCheckInstantiationPolicy()PUBLIC: This method is used for don't checking the InstantiationPolicy. | 
| boolean | shouldCatchExceptions()PUBLIC: This method is used to know that all the Descriptor Exceptions should be thrown or not. | 
| boolean | shouldCheckDatabase()PUBLIC: This method is used to know that database tables and fields should be checked or not. | 
| boolean | shouldCheckInstantiationPolicy()PUBLIC: This method tells us that we should check InstantiationPolicy or not. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public IntegrityChecker()
| Method Detail | 
public void catchExceptions()
public void checkDatabase()
public void checkInstantiationPolicy()
public void dontCatchExceptions()
public void dontCheckDatabase()
public void dontCheckInstantiationPolicy()
public boolean shouldCatchExceptions()
public boolean shouldCheckDatabase()
public boolean shouldCheckInstantiationPolicy()
| 
 |  | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||