Untitled

Anonymous
plain_text
01/08/2024 5:58 AM
572 B
16
Indexable
{
    
    
    "price" : 300,
    "Productname" : "Keyboard",
    "Quantity" : 67,
    "CategoryId" : {
        "categoryId" : 1
    }
   
    
    
    
    
}


error

"org.springframework.dao.InvalidDataAccessApiUsageException: Parameter value [com.example.demo.Entity.Category@1ce88431] did not match expected type [SqmBasicValuedSimplePath(com.example.demo.Entity.Category(5197370565300).categoryId)]",
Editor is loading...
Leave a Comment