Skip to content Skip to sidebar Skip to footer
Showing posts with the label Persistence

Persisting Objects In Sugarorm

I have a Book class: public class Book extends SugarRecord { private String mBookName; priv… Read more Persisting Objects In Sugarorm

How To Map Query For Ibatis With Parameterized Column In Select Clause?

I want to have a method that finds a certain value from a column of a particular table in the datab… Read more How To Map Query For Ibatis With Parameterized Column In Select Clause?

Sqlite Alternatives For C++

I am developing a application that needs to store data with many writes and reads as requiring fast… Read more Sqlite Alternatives For C++