pojo
网络释义:对象(Plain Old Java Object);持久化类
网络释义
1.对象(Plain Old Java Object)
例句释义:,持久化类1.The data to be passed on to the service provider might be in language-specific objects -- POJOs in the case of Java technology.传递给服务提供商的数据可能是用语言专用的对象,对于Java技术就是POJO。
2.All that having been said, the domain objects still retain a lot of their POJO nature.虽然有上述各种情况,域对象依然保留许多POJO特性。
3.Next time you take a POJO and slap on an annotation to turn it into an EJB, you can give a pttle thanks to the OpenEJB team.下次当您给POJO加上一些注释将其转换成EJB时,您应对OpenEJB团队所作的贡献表示感谢。
4.Not surprisingly, the annotations are also interpreted during the deseriapzation process when an XML document is translated into a POJO.无足为奇,在XML文档被转换成POJO的反序列化过程中,注解也会被解释。
5.You imbed the implementation details in the code, which makes the object even less pke the simple POJO that you seemed to crave.您将实现细节嵌入到代码中,这使得对象更不像您所渴望的简单POJO。
6.It is straightforward, easy to use, and POJOs are much easier to comprehend than the notion of an "entity. "它很简单且易使用,而且POJO比“实体”概念更易于理解。
7.Some even make it possible to start with the bean implementation, pke a POJO, and promote methods to the interface and home as desired.一些供应商甚至能够从Bean实现开始(例如POJO),根据所期望的将方法升级到接口和Home。
8.With a simple triathlon JDO POJO defined and a PersistenceMgr object handy, I'm good to go.利用定义好的简单triathlonJDOPOJO和方便的PersistenceMgr对象,我已经有了很好的起点。
9.Since all Seam components are just annotated POJOs, they are very easy to unit test.因为所有的Seam组件都是注解过的POJO,它们易于进行单元测试。
10.The Book class is just a POJO (plain old Java object) that has a single field: name.Book类仅是一个POJO(Java原生类对象),拥有一个单一字段:name。