Change By:
|
Brett Meyer
(27/Sep/12 11:23 PM)
|
Description:
|
Test case: org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest
The Ransom entity uses
MappedAttribute attempts to get the list of annotations within
@Columns
using "value" -- it should use "columns"
.
JandexHelper cannot currently support an annotation with an array parameter (type == AnnotationInstance[]).
|
Summary:
|
Support AnnotationInstance[]
@Columns not supported correctly
in
JandexHelper
MappedAttribute
|