| パッケージ | 説明 |
|---|---|
| org.dbflute.optional | |
| org.dbflute.s2dao.extension |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
SerializableOptionalThingExceptionThrower |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected OptionalThingExceptionThrower |
BaseOptional._thrower
The exception thrower e.g. when wrapped object is not found.
|
protected static OptionalThingExceptionThrower |
OptionalScalar.NOWAY_THROWER |
protected static OptionalThingExceptionThrower |
OptionalObject.NOWAY_THROWER |
protected static OptionalThingExceptionThrower |
OptionalEntity.NOWAY_THROWER |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
RelationOptionalFactory.createOptionalNullEntity(OptionalThingExceptionThrower thrower)
Create optional null entity.
|
static <ENTITY> OptionalEntity<ENTITY> |
OptionalEntity.ofNullable(ENTITY entity,
OptionalThingExceptionThrower noArgLambda) |
static <OBJ> OptionalScalar<OBJ> |
OptionalScalar.ofNullable(OBJ object,
OptionalThingExceptionThrower noArgLambda) |
static <OBJ> OptionalObject<OBJ> |
OptionalObject.ofNullable(OBJ object,
OptionalThingExceptionThrower noArgLambda) |
static <THING> OptionalThing<THING> |
OptionalThing.ofNullable(THING object,
OptionalThingExceptionThrower noArgLambda) |
| コンストラクタと説明 |
|---|
BaseOptional(OBJ obj,
OptionalThingExceptionThrower thrower) |
OptionalEntity(ENTITY entity,
OptionalThingExceptionThrower thrower) |
OptionalObject(OBJ thing,
OptionalThingExceptionThrower thrower) |
OptionalScalar(SCALAR thing,
OptionalThingExceptionThrower thrower) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
TnRelationRowOptionalNullThrower |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected OptionalThingExceptionThrower |
TnRelationRowOptionalHandler.createOptionalNullThrower(Object row,
TnRelationPropertyType rpt) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.