Interface CriteriaBuilder
public interface CriteriaBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the className of the similar result.Specifies the unique identifier (UID) of the similar result.
-
Method Details
-
type
Specifies the className of the similar result.- Parameters:
className- The fully qualified class name of the content type.- Returns:
- This
CriteriaBuilderinstance.
-
uid
Specifies the unique identifier (UID) of the similar result.- Parameters:
uid- The unique identifier of the similar result.- Returns:
- This
CriteriaBuilderinstance.
-