Singleton instance of Database Manager that handle the Core Data Environment. More...
#import <JPDBManagerSingleton.h>
Static Public Member Functions | |
(JPDBManagerSingleton *) | + sharedInstance |
Init Singleton Class Instance. |
Singleton instance of Database Manager that handle the Core Data Environment.
Note that you should initiate this class using the sharedInstance (JPDBManagerSingleton) method, if you try to initate using some of the JPDBManager init methods an JPDBInvalidInitiator exception will be raised. See Handling Errors for more informations.
See the Basic Uses to learn the basic concepts about this class. Also consult Handling Errors and Performing Queries.
+ (JPDBManagerSingleton*) sharedInstance |
Init Singleton Class Instance.
This Method Initialize this class and/or return one singleton instance of it.