Apache Empire-db: Difference between revisions

Content deleted Content added
m dource -> source - Fix a typo in one click
Tags: Mobile edit Mobile web edit Advanced mobile edit
m reword to avoid second person
Line 43:
* Automatic tracking of record state and field modification (aka "dirty checking") to only insert/ update modified fields.
* Support for optimistic locking through timestamp column.
* No need to always work with full database entities. Build queries to provide you with the data exactly as you need itneeded, and obtain the result for example as a list of any type of POJO with matching property setters or constructor.
* Lightweight and passive library with zero configuration footprint that allows simple integration with any architecture or framework.