History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-17284
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Gregory Shrago
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Hibernate mapping: default-access attribute should accept the PropertyAccessor implementation class name

Created: 29 May 07 15:31   Updated: 06 Nov 08 23:14
Component/s: J2EE.Hibernate
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,988


 Description  « Hide
With the following attribute values:
...
<hibernate-mapping default-cascade="none"
				   default-access="org.hibernate.property.BasicPropertyAccessor"
				   package="ache.hn.ample.beans">
...

Hibernate works with no problems. But IDEA highlights "org.hibernate.property.BasicPropertyAccessor" with red. It should not, names of classes implementing org.hibernate.property.PropertyAccessor should be accepted.
Completion also suggests only "property" and "field", no class names.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 30 May 07 20:40
Same requirement for any occurrence of "access" attribute, e.g. in "id" or "property" elements.