Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6233285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:16:18+00:00 2026-05-24T10:16:18+00:00

I have a criteria query not really working. Here the model: @Entity public class

  • 0

I have a criteria query not really working. Here the model:

@Entity
public class Flaw extends BaseEntity implements Serializable {
    ...
    @Lob
    @Basic(fetch=FetchType.LAZY)
    private String text;
    ...

This query is going to be executed by hibernate (from Logs):

Hibernate: 
    select
        ...
        flaw0_.text as col_7_0_,
        ...
    from
        Flaw flaw0_,
    where
        ...
        and (
            flaw0_.text like ?
        ) 
    order by
        flaw0_.text desc

But then I get the following StackTrace:

3171 [main] WARN org.hibernate.util.JDBCExceptionReporter - SQL Error: 0, SQLState: 42883
3171 [main] ERROR org.hibernate.util.JDBCExceptionReporter - ERROR: operator does not exist: text ~~ bigint
3198 [main] INFO org.hibernate.impl.SessionFactoryImpl - closing

With oder properties it works fine, just with the like operator on the CLOB it is not working. Is this a Hibernate or Postgres problem? Or is this type of query not possible on CLOBs?

I am using:

  • Hibernate 3.6.3
  • PostgreSQL 8.4.8
  • PostgreSQL 8.3 JDBC3 with SSL (build 603)

Any Ideas?

Update:
I did some further investigation:

  • The above annotation creates correctly a text postgres type
  • If I run the sql query , that hibernate prints out, it works.

BR

Rene-

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T10:16:21+00:00Added an answer on May 24, 2026 at 10:16 am

    After trying around I found the following solution which worked for me. I had to add the following annotation, and now it works:

    @Type(type = "org.hibernate.type.TextType")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a not in query using hibernate Criteria. What I
I have the following method: @Transactional public List<T> findByRange(Integer firstItem, Integer count){ Criteria criteria
I have a query that uses SUBSTRING() as a criteria: SELECT p.name p_name, pa.line1
I have noticed over the years that different developers have different criteria for what
I have some data grouped in a table by a certain criteria, and for
I have to check a number if it satisfies the following criteria: in binary,
I have a web application that allows a user to search on some criteria,
Ok, I have a set of checkboxes for selecting criteria. For argument's sake, we'll
I'm familiar with Core Data basics and have done some dabbling, but have not
I have the following tables: Financial : PK_FinancialID FK_SchoolID School : PK_SchoolID Class :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.