Interface JoinAwarePersistentEntity

    • Method Detail

      • getJoins

        List<Join> getJoins()
        Get an unmodifiable list of joins associated with entity mapping.
        Returns:
        list of joins
      • addJoin

        void addJoin​(Join join)
        Add a secondary table join to the entity mapping.
        Parameters:
        join - the secondary table join, should never be null