I have a problem with Hibernate.
The primary identifier key in the mysql table is a UUID style string. eg08fe2a75-5d40-4645-896d-aab2a3ac96b8
But I can not use session.get()to retrieve data for some reason.
Software software=(Software)session.get(Software.class, id);
This seems like normal with integer identifiers.
Please inform
source
share