This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156381 - Renaming UserType class does not update Hibernate mapping files
Summary: Renaming UserType class does not update Hibernate mapping files
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 21:15 UTC by malfunction84
Modified: 2014-07-17 02:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description malfunction84 2009-01-06 21:16:23 UTC
In a Hibernate mapping file, the "type" attribute for a mapped property can contain the FQCN for a class which
implements the org.hibernate.usertype.UserType interface.  However, if you rename such a class, it doesn't refactor the
mapping file(s) where that type is used (nor is the type hyperlinked when you Ctrl-click it).
Comment 1 malfunction84 2009-12-21 15:33:37 UTC
This was not fixed in 6.8.
Comment 2 Sergey Petrov 2014-07-16 14:49:30 UTC
http://hg.netbeans.org/web-main/rev/08c535613694
Comment 3 Quality Engineering 2014-07-17 02:19:41 UTC
Integrated into 'main-silver', will be available in build *201407170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/08c535613694
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: #156381 refactor type attribute of mapping