Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: dda90ef3d0f7248e4f262190113335282dbcea9a
https://github.com/hibernate/hibernate-orm/commit/dda90ef3d0f7248e4f26219...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2016-09-22 (Thu, 22 Sep 2016)
Changed paths:
M documentation/documentation.gradle
R
documentation/src/test/java/org/hibernate/userguide/fetching/LazyBasicAttributeTest.java
Log Message:
-----------
HHH-11108 - Add test to prove that @Basic( fetch = FetchType.LAZY ) really works as
expected
Roll back changes since we already have the JpaRuntimeEnhancementTest to prove this works
and it does not use build-time enhancement