⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ivalue.java

📁 这个是perst-269.zip下面的SOURCECODE,和大家分享了。
💻 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 + -