From: Sergey V. (JIRA) <no...@at...> - 2006-07-24 10:18:18
|
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 |