Branch: refs/heads/4.5
Home:
https://github.com/hibernate/hibernate-search
Commit: 8bad6549e86129fba3ee1b39276dc98f5ac56125
https://github.com/hibernate/hibernate-search/commit/8bad6549e86129fba3ee...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2013-12-05 (Thu, 05 Dec 2013)
Changed paths:
M
orm/src/main/java/org/hibernate/search/query/hibernate/impl/PersistenceContextObjectsInitializer.java
Log Message:
-----------
HSEARCH-1462 Use SessionImplementor.generateEntityKey(...) instead of
calling directly the constructor of EntityKey
per Steve Ebersole's advice