Class JpaAnyReferenceDefinition

  • All Implemented Interfaces:
    Visitable, DebugDumpable

    public class JpaAnyReferenceDefinition
    extends JpaReferenceDefinition
    Specifies "any" reference. In contrast to other JPA definitions, it is not derived by analyzing R-class structure, but created on demand in the process if ItemPath translation. It was created to ensure consistency of resolution mechanism, which should provide HQL property + JPA definition for any item path provided.
    Author:
    mederly