Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to sync only specific data with Oracle to SQLite DB in Oracle MAF? ( A-Team persistence accelera

Kumaran DenaJan 23 2017 — edited Feb 17 2017

I want to synchronize only data belongs to particular user, As I have number of transaction record.

My requirement is, once the user logged in, after that load only data belongs to login user to SQLITE DB.

Now all the data irrespective of user is getting synchronized to the SQLITE database, which is not required.

Below are the steps which I have followed:

1. After user successfully logged in, calling the findAll() method.

2. After user successfully logged in, calling the find(String searchValue) method.

But by applying both the steps, I am not able to restrict the data to synchronized to SQLITE database.

Thanks,

Sanjit

Comments
Post Details
Added on Jan 23 2017
2 comments
668 views