Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Add support for ORMLite DAOs #226

@johanpoirier

Description

@johanpoirier

Hi,

I'm using AA with ORMLite on all my applications. I miss an annotation to declare an ORMLIte DAO in my activites / services / beans.
I would like to have something like that :

@EActivity(R.layout.main)
public class MyActivity extends Activity {

    @OrmLiteDao(model = User.class, helper = DatabaseHelper.class)
    protected UserDao userDao;

}

I'm already working on it but I'd like to have your thoughts on the issue or some advices if you have any.

Thanks,
Johan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions