From: Emmanuel B. (JIRA) <no...@at...> - 2006-07-24 12:35:15
|
[ http://opensource.atlassian.com/projects/hibernate/browse/ANN-399?page=comments#action_23731 ] Emmanuel Bernard commented on ANN-399: -------------------------------------- agreed on the warning but transient fields must be testable by Hibernate Validator > Class validator should not chack Transient fields and methods > ------------------------------------------------------------- > > Key: ANN-399 > URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-399 > Project: Hibernate Annotations > Type: Improvement > Components: validator > Versions: 3.2.0.cr1 > Reporter: Sergey Vladimirov > Priority: Minor > > > Class validator should not check (and print warnings) about Transient methods and fields: > 24.07 18:17:02 WARN ClassValidator Original type of property public ru.arptek.arpsite.content.Field ru.arptek.arpsite.content.WebObject.getField(java.lang.String) throws ru.arptek.arpsite.data.DataAccessException is unbound and has been approximated. > @Transient > public <T extends Field> T getField(String name) throws DataAccessException -- 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 |