Steve Ebersole, their test in their PR is simply taking a root-entity with @NaturalIdCache and extending it with nothing special, e.g.
@Entity @NaturalIdCache @Cache(usage = CacheConcurrencyStrategy.READ_WRITE) public class BaseEntity { ... } @Entity public SubClass extends BaseEntity { ... }