JPDBManagerSingleton Class Reference

Singleton instance of Database Manager that handle the Core Data Environment. More...

#import <JPDBManagerSingleton.h>

Inheritance diagram for JPDBManagerSingleton:
Collaboration diagram for JPDBManagerSingleton:

List of all members.

Static Public Member Functions

(JPDBManagerSingleton *) + sharedInstance
 Init Singleton Class Instance.

Detailed Description

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.


Member Function Documentation

+ (JPDBManagerSingleton*) sharedInstance

Init Singleton Class Instance.

This Method Initialize this class and/or return one singleton instance of it.


The documentation for this class was generated from the following file: