Branch: refs/heads/metamodel
Home:
https://github.com/hibernate/hibernate-orm
Commit: 85e2d484318fc5360578bd5ad1398ae253ae8b65
https://github.com/hibernate/hibernate-orm/commit/85e2d484318fc5360578bd5...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2012-03-01 (Thu, 01 Mar 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/Binder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/HibernateTypeHelper.java
Log Message:
-----------
HHH-7048: Finished changes to ensure resolution of all entities and types during
binding. Refactored quite a bit of code while I did this, addressing some TODOs such as
using consistent method names and cleaning up redundant and duplicate code. Still have
some cleanup to do regarding the break out of the HibernateTypeHelper class. Also removed
some large blocks of unused code, so this may need to be added back in if it's to be
used in the future.