Created
April 29, 2019 22:19
-
-
Save sebersole/3ef9836bf81ea971077fa955985f4750 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enhanced Enhanced | |
allow_enhancement_as_proxy=true allow_enhancement_as_proxy=false Non-enhanced | |
Session#load: returns uninitialized, enhanced entity return enhanced entity that return entity | |
(entity/proxy (per HHH-11147) implements HibernateProxy that implements | |
not in PC HibernateProxy | |
yet) | |
LazyToOne: | |
FALSE Eagerly Loaded Eagerly Loaded Eagerly Loaded | |
PROXY ??? (currently eagerly loaded) Association is loaded Association is | |
as an enhanced entity that loaded as an entity | |
implements HibernateProxy that implements | |
HibernateProxy | |
NO_PROXY Lazily loads association when Lazily loads association when Eagerly loaded | |
accessed (no HibernateProxy) accessed (no HibernateProxy) (no HibernateProxy) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment