Package com.creativityfactory.swiftserver.persistence


package com.creativityfactory.swiftserver.persistence
  • Class
    Description
    The DefaultDataSource class provides an API for persistence list objects of a class in JSON format, and also for reading and writing data.
    Default implementation of the Persistence interface that provides default implementation for the CRUD operations using a DefaultDataSource instance.
    This interface defines the methods for persistence operations on a given model class.
    This class is responsible for creating instance of datasource following the pattern Singleton.