Modifier and Type | Class and Description |
---|---|
static interface |
EntityStateWrapper.IUpdatePropertyChecker
待更新字段属性检测器接口
|
Modifier and Type | Method and Description |
---|---|
static <Entity extends IEntity> |
bind(Entity entity,
boolean ignoreNull) |
static <Entity extends IEntity> |
bind(IDatabase owner,
Entity entity,
boolean ignoreNull) |
Entity |
getEntity() |
PropertyStateSupport<Entity> |
getStateSupport() |
Entity |
update() |
Entity |
update(EntityStateWrapper.IUpdatePropertyChecker propertyChecker) |
Entity |
updateNotIncluded(Fields fields) |
public static <Entity extends IEntity> EntityStateWrapper<Entity> bind(Entity entity, boolean ignoreNull) throws Exception
Exception
public static <Entity extends IEntity> EntityStateWrapper<Entity> bind(IDatabase owner, Entity entity, boolean ignoreNull) throws Exception
Exception
public PropertyStateSupport<Entity> getStateSupport()
public Entity getEntity()
public Entity update(EntityStateWrapper.IUpdatePropertyChecker propertyChecker) throws Exception
Exception
Copyright © 2022. All rights reserved.