[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-95) create a hbmlint

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Wed Aug 23 09:52:24 EDT 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-95?page=comments#action_24048 ] 

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.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list