Groups
Groups
Sign in
Groups
Groups
Jinq
Conversations
About
Send feedback
Help
Jinq
Contact owners and managers
1–30 of 136
Mark all as read
Report group
0 selected
Jinq
Jun 8
Jinq Releases 2.0.03 and 1.8.38: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.8 and updates the
unread,
Jinq Releases 2.0.03 and 1.8.38: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.8 and updates the
Jun 8
Summer chen
,
Jinq
2
5/28/24
How can i let two simple list join
Sure, you can just use the join() command: https://www.jinq.org/docs/queries.html#N66691 You probably
unread,
How can i let two simple list join
Sure, you can just use the join() command: https://www.jinq.org/docs/queries.html#N66691 You probably
5/28/24
Jinq
1/18/24
Jinq Releases 2.0.02 and 1.8.37: String concatenation fixes
I've made new releases of Jinq for the v2 and v1 branches that fixes a bug with how Jinq handled
unread,
Jinq Releases 2.0.02 and 1.8.37: String concatenation fixes
I've made new releases of Jinq for the v2 and v1 branches that fixes a bug with how Jinq handled
1/18/24
Jinq
11/5/23
Jinq Releases 2.0.01 and 1.8.36: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.6 and backports some
unread,
Jinq Releases 2.0.01 and 1.8.36: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.6 and backports some
11/5/23
Laszlo Szijarto
,
Jinq
9
9/20/22
Jinq 1.8.35 -- sortedBy extremely slow
Jinq only does queries. It will never close the EntityManager because you will often need to reuse
unread,
Jinq 1.8.35 -- sortedBy extremely slow
Jinq only does queries. It will never close the EntityManager because you will often need to reuse
9/20/22
Jinq
8/30/22
Jinq Releases 2.0.00 and 1.8.35: exists()
New releases of Jinq have arrived. Release 1.8.35 adds an exists() method to Jinq streams. The exists
unread,
Jinq Releases 2.0.00 and 1.8.35: exists()
New releases of Jinq have arrived. Release 1.8.35 adds an exists() method to Jinq streams. The exists
8/30/22
du zhilin
,
Jinq
2
2/23/22
Provide a more convenient method - getOnlyValue
I've followed your suggestion from elsewhere and overridden findFirst() that's already
unread,
Provide a more convenient method - getOnlyValue
I've followed your suggestion from elsewhere and overridden findFirst() that's already
2/23/22
Jinq
1/15/22
Preparing Jinq 2.0
Although Jinq is currently being maintained with minimal updates, it does need to evolve with the
unread,
Preparing Jinq 2.0
Although Jinq is currently being maintained with minimal updates, it does need to evolve with the
1/15/22
Jinq
10/25/21
Jinq Roadmap
In the past, I haven't had too much time to work on Jinq, so I've only been maintaining Jinq
unread,
Jinq Roadmap
In the past, I haven't had too much time to work on Jinq, so I've only been maintaining Jinq
10/25/21
Jinq
10/25/21
Jinq Release 1.8.34: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.2
unread,
Jinq Release 1.8.34: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.2
10/25/21
Jinq
3/26/21
Jinq Release 1.8.33: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.1
unread,
Jinq Release 1.8.33: Updating ASM Version
I've made a new release of Jinq that updates the ASM dependency to version 9.1
3/26/21
Jinq
11/3/20
Jinq Release 1.3.32: Better automatic module names
A new release has been made that provides automatic module names for the Jinq jars stored at Maven
unread,
Jinq Release 1.3.32: Better automatic module names
A new release has been made that provides automatic module names for the Jinq jars stored at Maven
11/3/20
Jinq
9/23/20
Jinq Release 1.8.31: Updating ASM version
With a new JDK, there's a new version of the ASM bytecode library, so I've made a new release
unread,
Jinq Release 1.8.31: Updating ASM version
With a new JDK, there's a new version of the ASM bytecode library, so I've made a new release
9/23/20
Jinq
7/1/20
Jinq Release 1.8.30: Updating ASM version
I made another new release of Jinq that just updates the version of ASM and some other dependencies
unread,
Jinq Release 1.8.30: Updating ASM version
I made another new release of Jinq that just updates the version of ASM and some other dependencies
7/1/20
Jinq
10/7/19
Jinq Release 1.8.29: Updating ASM version
A new release of Jinq has been made that updates the ASM version to 7.2 and which makes the
unread,
Jinq Release 1.8.29: Updating ASM version
A new release of Jinq has been made that updates the ASM version to 7.2 and which makes the
10/7/19
Jinq
7/22/19
Jinq release 1.8.28: .where() and .select() after a sort
A new version of Jinq has been released to Maven Central that supports performing .where() and .
unread,
Jinq release 1.8.28: .where() and .select() after a sort
A new version of Jinq has been released to Maven Central that supports performing .where() and .
7/22/19
Jinq
6/10/19
Jinq release 1.8.27: Fix for entity graphs
I needed to make another release to fix a bug with the new entity graph stuff noticed by @ronelm2000.
unread,
Jinq release 1.8.27: Fix for entity graphs
I needed to make another release to fix a bug with the new entity graph stuff noticed by @ronelm2000.
6/10/19
Jinq
6/7/19
Jinq Release 1.8.26: andNotExcept() and entity graphs
A new release of Jinq has been made. It adds support for andNotExcept() to the existing andIntersect(
unread,
Jinq Release 1.8.26: andNotExcept() and entity graphs
A new release of Jinq has been made. It adds support for andNotExcept() to the existing andIntersect(
6/7/19
Beniamin Dziurdza
,
Jinq
3
5/1/19
implementing interface Where<U extends Object, E extends Exception> and passing impl. to where()
Could you elaborate a little more about (2)? Is any way to combine two lambdas to obtain a new one,
unread,
implementing interface Where<U extends Object, E extends Exception> and passing impl. to where()
Could you elaborate a little more about (2)? Is any way to combine two lambdas to obtain a new one,
5/1/19
ext.rickard...@tieto.com
, …
Beniamin Dziurdza
6
5/1/19
Problem with @Embeddable with Jinq
Ideally, I would like to query by example of @Embaddable instance... Currently it is not
unread,
Problem with @Embeddable with Jinq
Ideally, I would like to query by example of @Embaddable instance... Currently it is not
5/1/19
program...@gmail.com
,
Jinq
2
2/20/19
Sql CAST
I don't think so. Jinq relies on JPA's JPQL for its queries, but JPQL's (and particularly
unread,
Sql CAST
I don't think so. Jinq relies on JPA's JPQL for its queries, but JPQL's (and particularly
2/20/19
enar...@gmail.com
,
Jinq
2
12/19/18
Jinq case sensitive search
It's not supported. Jinq is designed to layer on top of JPA/Hibernate, so you can always drop
unread,
Jinq case sensitive search
It's not supported. Jinq is designed to layer on top of JPA/Hibernate, so you can always drop
12/19/18
Oddgeir B
,
Jinq
4
11/16/18
Hibernate 5.1 with jinq-hibernate-legacy
OK, thank you. We may do that.
unread,
Hibernate 5.1 with jinq-hibernate-legacy
OK, thank you. We may do that.
11/16/18
Oddgeir B
,
Jinq
3
11/16/18
How do you write multi level fetch joins?
Yes, Hibernate supports it. We use it a lot.
unread,
How do you write multi level fetch joins?
Yes, Hibernate supports it. We use it a lot.
11/16/18
Jinq
,
Jan Jindráček
2
11/8/18
Jinq Release 1.8.25: Upgrade to ASM 7.0 and Support for Custom SQL Functions
Thank you for your hard work. čt 8. 11. 2018 5:58 odesílatel Jinq <jinq-...@googlegroups.com>
unread,
Jinq Release 1.8.25: Upgrade to ASM 7.0 and Support for Custom SQL Functions
Thank you for your hard work. čt 8. 11. 2018 5:58 odesílatel Jinq <jinq-...@googlegroups.com>
11/8/18
Jan Jindráček
,
Jinq
6
11/8/18
Stored procedures
I've made a new 1.8.25 release of Jinq with experimental support for calling user-defined SQL
unread,
Stored procedures
I've made a new 1.8.25 release of Jinq with experimental support for calling user-defined SQL
11/8/18
Jan Jindráček
,
Jinq
4
10/31/18
Way to create UPDATE or INSERT query
Jinq is configured by default to throw an error if you try modifying objects inside a query (
unread,
Way to create UPDATE or INSERT query
Jinq is configured by default to throw an error if you try modifying objects inside a query (
10/31/18
Jinq
4/26/18
Jinq Release 1.8.24: Update of ASM to 6.1.1
A new release of Jinq has been made that updates the version of ASM used to 6.1.1. Although Jinq is
unread,
Jinq Release 1.8.24: Update of ASM to 6.1.1
A new release of Jinq has been made that updates the version of ASM used to 6.1.1. Although Jinq is
4/26/18
Jinq
3/25/18
Jinq Release 1.8.23: java.util.UUID
I've made a new release of Jinq with support for java.util.UUID in queries. This has only been
unread,
Jinq Release 1.8.23: java.util.UUID
I've made a new release of Jinq with support for java.util.UUID in queries. This has only been
3/25/18
Leonardo Zanutto
,
Jinq
2
2/6/18
Querying Date Month
Jinq relies on JPA/JPQL for its queries, but I don't think that JPA has a way to get the month of
unread,
Querying Date Month
Jinq relies on JPA/JPQL for its queries, but I don't think that JPA has a way to get the month of
2/6/18