Oracle Offline Persistence Toolkit - shredding in VBCS
Summary
Oracle Offline Persistence Toolkit - shredding in VBCSContent
Hi
Trying o enable shredding in VBCS mobile application.
Shredding seems to work and I am able to see the data in the the browser cache as separated entries.
Simple query is not working, when trying to get one entry from cache I always get same entry and not the one I am query.
VBVS Code:
jsonProcessor: {
shredder: SimpleJsonShredding.getShredder('user', 'USER_ID'),
unshredder:SimpleJsonShredding.getUnshredder()
},
queryHandler: QueryHandlers.getSimpleQueryHandler('user')
0