由买买提看人间百态

topics

全部话题 - 话题: mygeneric
(共0页)
b******g
发帖数: 81
1
试着用了MyGeneration,好像不能在Access数据库上生成NHibernate的代码。
有没有什么解决办法?
f*****e
发帖数: 5177
2
how about LINQ vs MyGeneration?
c******n
发帖数: 4965
3
来自主题: Java版 - very weird problem
the following code is found from Hector Cassandra java API, I couldn't
understand why it compiles fine while I thought the execute() should
declare or catch exceptions, since the testtest() throws exceptions.
(I simplified the code by adding testtest() )
public QueryResult> execute() {
return new QueryResultImpl>(
ExecutingKeyspace.testtest( (java.util.List>) null)
);
}
public static ExecutionResult testtest(java.util.List<... 阅读全帖
(共0页)