What happens if i use Hibernate 'get' method for Entity that has 'Lazy' fetch type? or other way if i use 'load' method for Entity with 'Eager' fetch type? Does get and load methods work the same way in these cases?
What happens if i use Hibernate 'get' method for Entity that has 'Lazy' fetch type? or other way if i use 'load' method for Entity with 'Eager' fetch type? Does get and load methods work the same way in these cases?