[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-95?page=com...
]
Max Rydahl Andersen commented on HBX-95:
----------------------------------------
schema-by-hql (validate shcema by executing HQL's)
schema-by-metadata (validate shcema by looking up metadata)
cache (check collection cache elements are cachable)
bytecode (lazy="true" should have default constructor, lazy="false"
should have enhanced classes)
id (warn if property named id exist)
create a hbmlint
----------------
Key: HBX-95
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-95
Project: Hibernate Tools
Type: New Feature
Reporter: Max Rydahl Andersen
Fix For: 3.2LATER
We should create a hbmlint that checks if once hibernate configuration and mapping is
correct/suited for production.
Main function would be to check if the hibernate mappings corresponds to what is in the
database (does table, column, foreignkey etc. match)
Secondary could be to check that dialect matches database, no use of hibernate
development only connectionpool, deep inheritance hiearchies etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira