Persism icon indicating copy to clipboard operation
Persism copied to clipboard

A zero ceremony ORM for Java

Results 12 Persism issues
Sort by recently updated
recently updated
newest added

see https://vladmihalcea.com/optimistic-locking-version-property-jpa-hibernate/ might be useful.

enhancement

see https://github.com/tinylog-org/tinylog

enhancement

See this thread https://www.reddit.com/r/java/comments/srnhsi/system_logger/

enhancement

This originally was an issue with JTDS - since JTDS is scheduled for removal in 2.1.0 we need to revisit. See Converter.

We should have support to include the schema name as well as the table name when generating or using SQL. e,g, `SELECT [identity], [First Name], [Last Name], [ContactName] FROM [Contacts]`...

enhancement

I'm just exploring this library on Informix and it's basically working though it doesn't have "official" support - so that good :-). What I'm missing is a kind of upsert-statement:...

enhancement

I'm sure there's a reason. I realized I need to use the column names when using SQL.sql method. Maybe we should be able to handle that situation.

see https://duckdb.org/ and https://duckdb.org/docs/api/java

Maybe the Persitable (or other) interface could also have some call back to tell the code when the object was read and initialized. This is because this happens after the...

Let's say you have a customer class containing invoices. You instantiate a new Customer and also set some child Invoice objects on the invoices property (annotated with @Join). In that...

enhancement