Interface PersistentEntityPath<T>

    • Method Detail

      • getPersistentEntity

        @NonNull
        PersistentEntity getPersistentEntity()
        Returns:
        The persistent entity
      • get

        @NonNull
        <Y> PersistentPropertyPath<Y> get​(@NonNull
                                          java.lang.String attributeName)
        Get persistent property path.
        Specified by:
        get in interface jakarta.persistence.criteria.Path<T>
        Type Parameters:
        Y - The property type
        Parameters:
        attributeName - The property name
        Returns:
        The property path