public interface CriteriaBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    type(String className)
    Specifies the className of the similar result.
    uid(String uid)
    Specifies the unique identifier (UID) of the similar result.
  • Method Details

    • type

      CriteriaBuilder type(String className)
      Specifies the className of the similar result.
      Parameters:
      className - The fully qualified class name of the content type.
      Returns:
      This CriteriaBuilder instance.
    • uid

      Specifies the unique identifier (UID) of the similar result.
      Parameters:
      uid - The unique identifier of the similar result.
      Returns:
      This CriteriaBuilder instance.