Jared Woolston
Jared Woolston
We use this cache to store images and allow the user to adjust the cache size. If there is a sufficiently large difference in current storage vs. new cache size,...
It is my understanding that there is currently no support for a WITH clause. Is this correct? If so, I am interested in adding support for one but could use...
I have a class defined as: ```java @Entity public abstract class AbstractContainer implements Persistable { @Key @Generated long id; @Nullable @ManyToOne @Column(name = "parent_id") AbstractContainer parent; } ``` And annotation...
The control, bulk, and interrupt async api will create garbage that can never be collected. To correct this, they should be altered to implement the same data handling/return as the...