@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NaturalIdCache
Used to specify that the natural id values associated with the annotated entity should be cached in Hibernate's
shared (L2) cache. Can optionally name a custom cache region.