由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - hibernate又遇到新问题了
相关主题
hibernate问题这个算是什么问题?
不知道怎么回事现在myeclipse add/remove software里面
How to make sure that I get the original object or only a copy (not original) in such situation?IntelJ 打半折 Today ONLY
another c++ interview question求建议, 最佳javascript debugger
[c++] static function in a classjava有轻量级的web框架么
C++做题,麻烦师傅们再看看。你们怎么不讨论intelliJ vs eclipse
请教goodbug等大神几个AWS的问题MyEclipse有人用吗?
请教高手一个C++问题how to initialize this struct.
相关话题的讨论汇总
话题: type话题: string话题: public话题: return
进入Programming版参与讨论
1 (共1页)
N***m
发帖数: 4460
1
documentation里面说如何做CompositeUserType
public class MoneyType implements CompositeUserType {
public String[] getPropertyNames() {
return new String[] { "amount", "currency" };
}

public Type[] getPropertyTypes() {
return new Type[] { BigDecimalType.INSTANCE, CurrencyType.INSTANCE };
}
。。。
我的MyEclipse为啥对BigDecimalType.INSTANCE报错?BigDecimalType提示下面没有
INSTANCE这一项。
1 (共1页)
进入Programming版参与讨论
相关主题
how to initialize this struct.[c++] static function in a class
Global(static) variable initialization questionC++做题,麻烦师傅们再看看。
windows 下怎么让同一个程序的不同instance之间通信呢请教goodbug等大神几个AWS的问题
how to create an instance of base class in its derived class definition请教高手一个C++问题
hibernate问题这个算是什么问题?
不知道怎么回事现在myeclipse add/remove software里面
How to make sure that I get the original object or only a copy (not original) in such situation?IntelJ 打半折 Today ONLY
another c++ interview question求建议, 最佳javascript debugger
相关话题的讨论汇总
话题: type话题: string话题: public话题: return