Dan Howard

Results 16 issues of Dan Howard

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

Trying to get a small sample to work with modules. ``` module TestJShell { requires java.scripting; requires java.logging; requires jdk.jshell; // required? requires ch.obermuhlner.scriptengine.jshell; opens org.example to ch.obermuhlner.scriptengine.jshell; exports org.example...

Currently if you have a record with a join annotation it seems you need to have a canonical constructor to instantiate the join list and an extra constructor without the...

Please add to Maven repository or explain how we can install it locally. I tried to install locally with mvn install:install-file -Dfile=UndecoratorBis.jar -DgroupId=inside.fx.UndecoratorBis -DartifactId=UndecoratorBis -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true but I still...