[hibernate-commits] [hibernate/hibernate-orm] dda90e: HHH-11108 - Add test to prove that @Basic( fetch =...
GitHub
noreply at github.com
Thu Sep 22 05:59:01 EDT 2016
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: dda90ef3d0f7248e4f262190113335282dbcea9a
https://github.com/hibernate/hibernate-orm/commit/dda90ef3d0f7248e4f262190113335282dbcea9a
Author: Vlad Mihalcea <mihalcea.vlad at 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
More information about the hibernate-commits
mailing list