Whether Hibernate uses proxies for manytoone relationships.

Hibernate uses proxy mode when implementing lazy loading, but ManyToOne defaults to Fetch.EAGER mode, so I wonder whether Hibernate will continue to use proxy mode without lazy loading, and why.

Jul.06,2021
Menu