Hi, I have an entity mapped with an byte[] attribute (SQL Server - Column definition: Photo IMAGE).
Executing the query i’m getting: Caused by: java.lang.ClassCastException: class [Ljava.lang.Object; cannot be cast to class [B ([Ljava.lang.Object; and [B are in module java.base of loader 'bootstrap') I created a unit test |