Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
168 views
in Technique[技术] by (71.8m points)

eclipselink - JPA Attribute without indexing

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?

question from:https://stackoverflow.com/questions/65854042/jpa-attribute-without-indexing

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...