EntityBean : 有一個方法: public int ejbFindByPrimary(int id){
大家幫我看看,下面是什麼原因呀。。?
-------------------------------------------------
EntityBean : 有一個方法:
-----------
public int ejbFindByPrimary(int id){
等等。。。
return id;
}
這個方法有什麼不對嗎? 為什麼在編譯時,總是讓我返回Collection
或者 Enumne??? 記不清了。。
-------------------------------------------------
EntityBean : 有一個方法:
-----------
public int ejbFindByPrimary(int id){
等等。。。
return id;
}
這個方法有什麼不對嗎? 為什麼在編譯時,總是讓我返回Collection
或者 Enumne??? 記不清了。。
相關文章
- int[] 、 list<int> 、 list<int>[] 的區別
- C語言之int *f()、int(*f)()、int *a[]、int (*a)[] 區別小記C語言
- Activity 中的方法 findViewById(int) 和 AppCompatActivity 中的方法 findViewById(int) 都匹配...ViewAPP
- 素數判定(int sushu(int n))
- MySQL 中 int (10) 和 int (11) 到底有什麼區別?MySql
- 強制型別轉換(int)、(int&)和(int*)的區別型別
- Int -> List | List -> Int _ CodingPark程式設計公園程式設計
- int 和 Integer 有什麼區別
- TKMySQL中int?(10)?和?int?(11)?的區別zceMySql
- C中int main()必須reture一個值嗎AI
- #define int Modint<11>
- 編譯通過的 foo函式返回一個int編譯函式
- mysql int(3)與int(10)的數值範圍相同嗎?MySql
- Python函式每日一講10 - int()Python函式
- 【java】int轉換成String的四種方法Java
- Java 當一個int和double相加 會發生什麼?Java
- 巧用python“int”函式Python函式
- char轉換成int
- python ascii int互換PythonASCII
- INT型別知多少型別
- 翻轉int陣列陣列
- C# modbus RTU 中使用到的 ushort[] 轉 int 與 int 轉 ushort[]C#
- python函式每日一講 - int()函式Python函式
- Go 語言 big.IntGo
- BIOS INT 10中斷功能iOS
- int和Integer的區別
- C++中vector<int>& numsC++
- int存放到void指標指標
- Integer轉int出現NullPointExceptionNullException
- int與Integer的區別
- int/double資料範圍
- python的int怎麼用Python
- C語言 關鍵字const的作用 const int* 和int *const 的區別C語言
- 型別轉換(int 和 String)型別
- abs(int)、fabs(double)函式用法函式
- Ajax接收int型別亂碼型別
- INT2067 Introduction to Programming and Problem Solving
- int 被當作模糊查詢
- __int128:懶人的福音