📄 ivalue.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -