jirm icon indicating copy to clipboard operation
jirm copied to clipboard

A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.

Results 29 jirm issues
Sort by recently updated
recently updated
newest added

According to [Maven parallel test](https://www.baeldung.com/maven-junit-parallel-tests), we can run tests in parallel. ===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change...

A supposed simple solution of an issue #28.

The suggest is to be able to think of links to identifiable classes as many-to-one links. This saves a lot of annotations in case I don't want to use default...

Classes with names like `ClassNameA` were made to be translated to `class_name_a` for the SQL representation.

I'm wondering why inherited fields are not treated as properties. In particular, in the class `co.jirm.mapper.definition.SqlParameterDefinition` (at the line 206) the method `getDeclaredField()` is used to get the field descriptor....

Dao was changed to make able to insert the recursive structure of objects automatically. Only a stub was added for the update and reload operations. This change is backward-compartible. It...

JsonIdentityInfo is a great thing for cyclic object relations management. Usage of identifiers generated by jackson automatically seems to be a nice feature.

This request depends on the recusrive dao #38 request.