length « Fetch « JPA Q&A





1. How to fetch length of a blob field with JPQL?    stackoverflow.com

I have a JPA entity with a blob field in it. I want to write a JPQL query to fetch the length of the entity's blob (I don't want to load ...

2. Retrieve field length    forum.hibernate.org