Download sqlitepersistentobjects Free Java Code

Description

the tables in the database. The objects are completely self contained you do not need to write SQL or even create a SQLite file. You just subclass an existing class, and your model objects inherit the ability to load and save themselves from the database.

Icons

sqlitepersistentobjects

Source Files

The download file sqlitepersistentobjects-master.zip has the following entries.


.gitignore/* w  ww.  j  av  a2s  .com*/
ReadMe.txt
Sample Code/SimpleConsoleText/CMakeLists.txt
Sample Code/SimpleConsoleText/Post.h
Sample Code/SimpleConsoleText/Post.m
Sample Code/SimpleConsoleText/PostCategory.h
Sample Code/SimpleConsoleText/PostCategory.m
Sample Code/SimpleConsoleText/PostComment.h
Sample Code/SimpleConsoleText/PostComment.m
Sample Code/SimpleConsoleText/PostInvalid.h
Sample Code/SimpleConsoleText/PostInvalid.m
Sample Code/SimpleConsoleText/ReadMe.txt
Sample Code/SimpleConsoleText/main.m
Tests/Classes/SQLitePersistentObject-Testing.h
Tests/Classes/SQLitePersistentObject-Testing.m
Tests/Fixtures/BasicData.h
Tests/Fixtures/BasicData.m
Tests/Fixtures/Collections.h
Tests/Fixtures/Collections.m
Tests/Fixtures/NSDataContainer.h
Tests/Fixtures/NSDataContainer.m
Tests/Fixtures/NestedCollections.h
Tests/Fixtures/NestedCollections.m
Tests/Fixtures/RecursiveReferential.h
Tests/Fixtures/RecursiveReferential.m
Tests/Info.plist
Tests/SQLiteTests.xcodeproj/project.pbxproj
Tests/SQLiteTests.xcodeproj/siannopollo.mode1v3
Tests/SQLiteTests.xcodeproj/siannopollo.pbxuser
Tests/SQLiteTests_Prefix.pch
Tests/TestInitialization.m
Tests/Tests/TestDeleting.m
Tests/Tests/TestReversion.m
Tests/Tests/TestSavingAndLoading.m
Tests/Tests/TestVariadicMethods.m
Tests/UnitTest-Info.plist
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMDelegatingTableColumn.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMDelegatingTableColumn.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMLinearRGBShading.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMLinearRGBShading.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMLinearRGBShadingTest.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMLoginItems.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMLoginItems.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMLoginItemsTest.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+CGPath.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+CGPath.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+CGPathTest.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+RoundRect.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+RoundRect.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+RoundRectTest.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+Shading.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+Shading.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSBezierPath+ShadingTest.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSWorkspace+ScreenSaver.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSWorkspace+ScreenSaver.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMNSWorkspace+ScreenSaverTest.m
Tests/google-toolbox-for-mac-1-5-1/AppKit/GTMShading.h
Tests/google-toolbox-for-mac-1-5-1/AppKit/TestData/GTMNSBezierPath+CGPathTest.ppc64.tiff
Tests/google-toolbox-for-mac-1-5-1/AppKit/TestData/GTMNSBezierPath+CGPathTest.tiff
Tests/google-toolbox-for-mac-1-5-1/AppKit/TestData/GTMNSBezierPath+CGPathTest.x86_64.tiff
Tests/google-toolbox-for-mac-1-5-1/AppKit/TestData/GTMNSBezierPath+RoundRectTest.ppc64.tiff
Tests/google-toolbox-for-mac-1-5-1/AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff
Tests/google-toolbox-for-mac-1-5-1/AppKit/TestData/GTMNSBezierPath+RoundRectTest.x86_64.tiff
Tests/google-toolbox-for-mac-1-5-1/AppKit/TestData/GTMNSBezierPath+ShadingTest.10.5.tiff
Tests/google-toolbox-for-mac-1-5-1/BuildScripts/BuildAllSDKs.sh
Tests/google-toolbox-for-mac-1-5-1/BuildingAndUsing.txt
Tests/google-toolbox-for-mac-1-5-1/COPYING
Tests/google-toolbox-for-mac-1-5-1/DebugUtils/GTMDebugSelectorValidation.h
Tests/google-toolbox-for-mac-1-5-1/DebugUtils/GTMDevLog.m
Tests/google-toolbox-for-mac-1-5-1/DebugUtils/GTMMethodCheck.h
Tests/google-toolbox-for-mac-1-5-1/DebugUtils/GTMMethodCheck.m
Tests/google-toolbox-for-mac-1-5-1/DebugUtils/GTMMethodCheckTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMBase64.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMBase64.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMBase64Test.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMCalculatedRange.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMCalculatedRange.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMCalculatedRangeTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMFourCharCode.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMFourCharCode.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMFourCharCodeTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMGarbageCollection.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMGeometryUtils.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMGeometryUtils.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMGeometryUtilsTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMHTTPFetcher.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMHTTPFetcher.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMHTTPFetcherTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMHTTPServer.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMHTTPServer.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMHTTPServerTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleEvent+HandlerTest.applescript
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleEventDescriptor+Foundation.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleEventDescriptor+Foundation.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleEventDescriptor+FoundationTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleEventDescriptor+Handler.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleEventDescriptor+Handler.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleEventDescriptor+HandlerTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleScript+Handler.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleScript+Handler.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSAppleScript+HandlerTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSData+zlib.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSData+zlib.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSData+zlibTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSDictionary+URLArguments.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSDictionary+URLArguments.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSDictionary+URLArgumentsTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSEnumerator+Filter.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSEnumerator+Filter.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSEnumerator+FilterTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSFileManager+Path.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSFileManager+Path.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSFileManager+PathTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+HTML.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+HTML.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+HTMLTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+URLArguments.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+URLArguments.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+URLArgumentsTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+XML.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+XML.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMNSString+XMLTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMObjC2Runtime.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMObjC2Runtime.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMObjC2RuntimeTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMObjectSingleton.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMProgressMonitorInputStream.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMProgressMonitorInputStream.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMRegex.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMRegex.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMRegexTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMScriptRunner.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMScriptRunner.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMScriptRunnerTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMStackTrace.c
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMStackTrace.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMStackTraceTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMSystemVersion.h
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMSystemVersion.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/GTMSystemVersionTest.m
Tests/google-toolbox-for-mac-1-5-1/Foundation/TestData/GTMHTTPFetcherTestPage.html
Tests/google-toolbox-for-mac-1-5-1/GTM-Info.plist
Tests/google-toolbox-for-mac-1-5-1/GTM.xcodeproj/aa.mode1v3
Tests/google-toolbox-for-mac-1-5-1/GTM.xcodeproj/aa.pbxuser
Tests/google-toolbox-for-mac-1-5-1/GTM.xcodeproj/project.pbxproj
Tests/google-toolbox-for-mac-1-5-1/GTMDefines.h
Tests/google-toolbox-for-mac-1-5-1/GTM_Prefix.pch
Tests/google-toolbox-for-mac-1-5-1/GTMiPhone-Info.plist
Tests/google-toolbox-for-mac-1-5-1/GTMiPhone.xcodeproj/aa.mode1v3
Tests/google-toolbox-for-mac-1-5-1/GTMiPhone.xcodeproj/aa.pbxuser
Tests/google-toolbox-for-mac-1-5-1/GTMiPhone.xcodeproj/project.pbxproj
Tests/google-toolbox-for-mac-1-5-1/ReleaseNotes.txt
Tests/google-toolbox-for-mac-1-5-1/TigerGcov/libgcov.a
Tests/google-toolbox-for-mac-1-5-1/TigerGcov/libgcov_readme.html
Tests/google-toolbox-for-mac-1-5-1/UnitTest-Info.plist
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMAppKit+UnitTesting.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMAppKit+UnitTesting.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMCALayer+UnitTesting.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMCALayer+UnitTesting.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMIPhoneUnitTestDelegate.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMIPhoneUnitTestDelegate.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMIPhoneUnitTestMain.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMNSObject+BindingUnitTesting.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMNSObject+BindingUnitTesting.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMNSObject+UnitTesting.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMNSObject+UnitTesting.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMSenTestCase.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMSenTestCase.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMTestHTTPServer.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMTestHTTPServer.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIKit+UnitTesting.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIKit+UnitTesting.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIKit+UnitTestingTest.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIUnitTestingHarness/English.lproj/MainMenu.nib/designable.nib
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIUnitTestingHarness/English.lproj/MainMenu.nib/keyedobjects.nib
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIUnitTestingHarness/Info.plist
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIUnitTestingHarness/main.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUIViewUnitTestingTest.png
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUnitTestDevLog.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUnitTestDevLog.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUnitTestingBindingTest.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUnitTestingTest.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUnitTestingTest.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUnitTestingUtilities.h
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/GTMUnitTestingUtilities.m
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/RunIPhoneUnitTest.sh
Tests/google-toolbox-for-mac-1-5-1/UnitTesting/RunMacOSUnitTests.sh
src/NSData-SQLitePersistence.h
src/NSData-SQLitePersistence.m
src/NSDate-SQLitePersistence.h
src/NSDate-SQLitePersistence.m
src/NSMutableArray-MultipleSort.h
src/NSMutableArray-MultipleSort.m
src/NSMutableData-SQLitePersistence.h
src/NSMutableData-SQLitePersistence.m
src/NSNumber-SQLitePersistence.h
src/NSNumber-SQLitePersistence.m
src/NSObject-ClassName.h
src/NSObject-ClassName.m
src/NSObject-MissingKV.h
src/NSObject-MissingKV.m
src/NSObject-SQLitePersistence.h
src/NSObject-SQLitePersistence.m
src/NSString-NumberStuff.h
src/NSString-NumberStuff.m
src/NSString-SQLiteColumnName.h
src/NSString-SQLiteColumnName.m
src/NSString-SQLitePersistence.h
src/NSString-SQLitePersistence.m
src/NSString-UppercaseFirst.h
src/NSString-UppercaseFirst.m
src/SQLiteInstanceManager.h
src/SQLiteInstanceManager.m
src/SQLitePersistentObject.h
src/SQLitePersistentObject.m
src/UIColor-SQLitePersistentObject.h
src/UIColor-SQLitePersistentObject.m
src/UIImage-SQLitePersistence.h
src/UIImage-SQLitePersistence.m

Download

Click the following link to download sqlitepersistentobjects-master.zip.

sqlitepersistentobjects-master.zip




















Home »
  Objective C Free Code »
    Database »




CouchDB
Database
SQLite