File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
hibernate-core/src/main/java/org/hibernate/annotations Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 77import java .lang .annotation .Retention ;
88import java .lang .annotation .Target ;
99
10- import java .util .List ;
11- import org .hibernate .metamodel .CollectionClassification ;
12-
1310import static java .lang .annotation .ElementType .ANNOTATION_TYPE ;
1411import static java .lang .annotation .ElementType .FIELD ;
1512import static java .lang .annotation .ElementType .METHOD ;
1613import static java .lang .annotation .RetentionPolicy .RUNTIME ;
1714
18- /// Specifies that an attribute of type [List] is semantically a
19- /// [bag][CollectionClassification#BAG], that is, that the order of
15+ /// Specifies that an attribute of type [java.util. List] is semantically a
16+ /// [bag][org.hibernate.metamodel. CollectionClassification#BAG] - that the order of
2017/// the list elements is not significant, and should not be persistent.
2118///
2219/// This annotation is not necessary, and has no effect, unless the configuration
You can’t perform that action at this time.
0 commit comments