Package | Description |
---|---|
com.speedment.runtime.field |
Fields expose handlers for accessing columns in generated classes and are
located in this package.
|
com.speedment.runtime.field.trait |
Traits used in Speedment fields are located in this package.
|
Modifier and Type | Method and Description |
---|---|
static <ENTITY,D> BooleanField<ENTITY,D> |
BooleanField.create(ColumnIdentifier<ENTITY> identifier,
BooleanGetter<ENTITY> getter,
BooleanSetter<ENTITY> setter,
TypeMapper<D,Boolean> typeMapper,
boolean unique)
Creates a new
BooleanField using the default implementation. |
Modifier and Type | Method and Description |
---|---|
BooleanSetter<ENTITY> |
HasBooleanValue.setter() |
Copyright © 2016 Speedment, Inc.. All rights reserved.