Class SQLUserDatasource

  • All Implemented Interfaces:
    UserDatasource

    public final class SQLUserDatasource
    extends java.lang.Object
    implements UserDatasource
    User data (attributes) datasource. Wraps SQLite queries (DAO).

    This class is NOT thread or context safe at all. You must make sure it is ALWAYS acessed using its singleton, and that all of the calls happen on a single thread.