Class JpaAnyPropertyDefinition

  • All Implemented Interfaces:
    Visitable, DebugDumpable

    public class JpaAnyPropertyDefinition
    extends JpaPropertyDefinition
    Specifies "any" property. 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