UserType « Load « JPA Q&A





1. Hibernate load UserType object from repository    stackoverflow.com

Setting: I have an object (AProduct) persisted by hibernate in my database. This object references another object (AComponent) stored in a repository. In the database table of the product only the ...