
net.cassite.daf4j.IDataAssignable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of daf4j-api Show documentation
Show all versions of daf4j-api Show documentation
A library provides facade api for data accessing.
The newest version!
package net.cassite.daf4j;
/**
* 可赋值的字段
*
* @param 字段类型
*/
public interface IDataAssignable extends IData {
/**
* 指定更新时将其设置为何值
*
* @param o 要设置的值(可以为表达式)
* @return 更新依据
*/
UpdateEntry as(Object o);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy