Open cmdares opened 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
Use hashmap to substitute java bean, If can be work Thanks. To support list(map) join.