ENTITY
- the entity typeD
- the database typepublic interface StringField<ENTITY,D> extends ComparableField<ENTITY,D,String>, HasStringOperators<ENTITY,D>
ComparableField
,
HasStringOperators
Modifier and Type | Method and Description |
---|---|
static <ENTITY,D> StringField<ENTITY,D> |
create(ColumnIdentifier<ENTITY> identifier,
ReferenceGetter<ENTITY,String> getter,
ReferenceSetter<ENTITY,String> setter,
TypeMapper<D,String> typeMapper,
boolean unique)
Creates a new
StringField using the default implementation. |
create
isNotNull, isNull
get, getter, set, setter, setTo, typeMapper
findColumn, identifier
between, between, comparator, comparatorNullFieldsFirst, comparatorNullFieldsLast, equal, greaterOrEqual, greaterThan, in, in, lessOrEqual, lessThan, notBetween, notBetween, notEqual, notIn, notIn
contains, containsIgnoreCase, endsWith, endsWithIgnoreCase, equalIgnoreCase, isEmpty, isNotEmpty, notContains, notContainsIgnoreCase, notEndsWith, notEndsWithIgnoreCase, notEqualIgnoreCase, notStartsWith, notStartsWithIgnoreCase, startsWith, startsWithIgnoreCase
static <ENTITY,D> StringField<ENTITY,D> create(ColumnIdentifier<ENTITY> identifier, ReferenceGetter<ENTITY,String> getter, ReferenceSetter<ENTITY,String> setter, TypeMapper<D,String> typeMapper, boolean unique)
StringField
using the default implementation.ENTITY
- the entity typeD
- the database typeidentifier
- the column that this field representsgetter
- method reference to the getter in the entitysetter
- method reference to the setter in the entitytypeMapper
- the type mapper that is appliedunique
- represented column only contains unique valuesCopyright © 2017 Speedment, Inc.. All rights reserved.