How to search by byte array in Hibernate?

前端 未结 0 1805
别跟我提以往
别跟我提以往 2021-02-04 08:36

I have an Entity called User and It has a byte array field. What I want to query is get all users with specific sessionId.

@Entity
public class User{
    ....

           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题