有没有人知道如何在物化中检索最后一个(最新的日期)实体?我知道如何进行查询,但如何检索具有最新日期的查询?
List<Transaction> fetched2 = ofy.query(Transaction.class).filter("someproperty", somepropertyvalue).order("date").list();
Run Code Online (Sandbox Code Playgroud)
我可以尝试对它进行冒泡,但我确定有一种更简单的方法.谢谢
有没有人知道CloudFoundry是基于VMware的IaaS和数据中心,还是基于第三方IaaS提供商如AWS EC2?
谢谢,