eau-de-la-seine / dbms-replication

An API for replicating databases and manipulating Java beans with SQL queries
0 stars 1 forks source link

list(map) Join list(map)? #1

Open cmdares opened 5 years ago

cmdares commented 5 years ago

Use hashmap to substitute java bean, If can be work Thanks. To support list(map) join.

eau-de-la-seine commented 5 years ago

Hi, the API uses your JavaBean's fields as a dbms table and has the same limitations as a dbms engine (it's in the README). With this API, using a Map<Key, Value> instead of a JavaBean means that all your fields have the same type (String, Integer, Long etcetera).

NB: dbms-replication is a project I have worked a long time ago. But do not hesitate to ask for new features