Annotation Interface AutoInc
A marker annotation to annotated the
PrimaryKey use auto incr.
public interface Mapper{
@Options(useGeneratedKeys=true,keyProperty="id",keyColumn="id")
public int insert(IEntity entity)
}
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
- 另请参阅:
-
PrimaryKeyOptions