IMMU - The type of immutable entity corresponding the DB-able entity.public interface DBableEntity<IMMU>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DBableEntity<IMMU> |
acceptImmutable(IMMU immu)
Accept immutable entity to initialize this.
|
IMMU |
toImmutable()
Convert DB-able entity to immutable entity.
|
DBableEntity<IMMU> acceptImmutable(IMMU immu)
immu - The immutable entity to be accepted. (NotNull)IMMU toImmutable()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.