public interface CommonColumnAutoSetupper
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
handleCommonColumnOfInsertIfNeeds(Entity targetEntity)
Handle common columns of insert if it needs.
|
void |
handleCommonColumnOfUpdateIfNeeds(Entity targetEntity)
Handle common columns of update if it needs.
|
void handleCommonColumnOfInsertIfNeeds(Entity targetEntity)
targetEntity - Target entity that the type is entity interface. (NotNull)void handleCommonColumnOfUpdateIfNeeds(Entity targetEntity)
targetEntity - Target entity that the type is entity interface. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.