Class FinderColumn<T extends BaseModel<T>>
java.lang.Object
com.liferay.portal.kernel.service.persistence.impl.FinderColumn<T>
- Author:
- Shuyang Zhou
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFinderColumn(String entityAlias, String columnName, FinderColumn.Type type, String comparator, boolean convertNull, boolean last, Function<T, Object> valueExtractor) -
Method Summary
Modifier and TypeMethodDescriptionextractValue(T entity) getSqlFragment(Object normalizedValue) booleannormalizeValue(Object value) booleanshouldBind(Object normalizedValue) toFinderArg(Object normalizedValue)
-
Constructor Details
-
FinderColumn
-
-
Method Details
-
extractValue
-
getSqlFragment
-
matches
-
normalizeValue
-
shouldBind
-
toFinderArg
-