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?
2.1m questions
2.1m answers
60 comments
57.0k users