Hi Experts,
What is the standart way to add support for @Index column in JPA plane API using Hibernate ? There is Hibernate extention org.hibernate.annotations.Index by I need plain JPA analogue.
It there some common case of doing such thing? (how do i make indexing for the column using plain JPA over Hibernate)
Is here some trick to get same result? (indexing for the optimization purpose)
Is there some custom-code example of implementing @Index annotation for the plain JPA over Hibernate? (might be implementation of custom plain JPA 'add' over Hibernate @Index implementation)
With Regards, Alexander Zazhigin
|