I am using JPA with EclipseLink 2.1 in a JSF application,
A JPA Entity has an attribute of a Long type that needs NO indexing. The default configuration creates an index in the table column.
How can I annotate NOT to create indexing for a particular attribute in a JPA Entity?
1.4m articles
1.4m replys
5 comments
57.0k users