ivalue.java
来自「这个是perst-269.zip下面的SOURCECODE,和大家分享了。」· Java 代码 · 共 10 行
JAVA
10 行
package org.garret.perst;
/**
* Interface of objects stored as value. Value objects are stored inside the persistent object to which they are belong
* and not as separate instance. Value field can not conayins NULL value. When value object is changed,
* programmer should call <code>store</code> method of persistent calss containing this value.
*/
public interface IValue {
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?