Adichatz manages an application data cache on the client side in order to provides these features:
Principle of the data cache is simple. Each bean (pojo or entity bean) provided by the JPA layer is wrapped into an Adichatz Entity from the moment it must be managed by an editor.
As shown in the figure, the application data cache is closely linked to the concept of databinding service. |