An implementation is expected to be immutable and thread safe.
The design is to take a bean structure with embedded and associated objects etc and flatten that into lists of Bindable objects. These are put into InsertMeta UpdateMeta and DeleteMeta objects to support the generation of DML and binding of statements in a fast and painless manor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|