If the application USES a DAO (data access object) with dynamic SQLs and stored procedures, the value object that is passed to DAO can be declared as a cloud resource using annotations.
如果应用程序使用DAO(数据访问对象)来产生动态sql和存储过程,那么传递给DAO的值对象就可以使用注释声明为一种云资源。
In the application shown in Figure 2, the GUI relies on an abstraction — a data access object or DAO.
在图2所示的应用程序中,GUI依赖于一个抽象——一个数据访问对象或DAO。
Applying the data access Object (DAO) pattern throughout the applications enabled us to separate low-level data access logic from business logic.
在整个应用程序中使用数据访问对象(DAO)使我们可以将底层数据访问逻辑与业务逻辑分离开来。
You can still apply it when using data-access object (DAO) or JDBC-based frameworks and database stored procedures.
在使用数据访问对象(DAO)或基于JDBC的框架和数据库存储过程时,您可以使用它。
A data access object (DAO) that USES JPA is packaged with a persistence.xml that defines persistence context for the JPA EntityManager used by the application.
使用JPA的数据访问对象(DAO)与persistence . xml打包在一起,后者为应用程序使用的JPAEntityManager定义持久性上下文。
The framework's support for Hibernate is in compliance with Spring's generic transaction and data access object (DAO) exception hierarchies.
框架对Hibernate的支持符合Spring通用的事务和数据访问对象(DAO)异常层次结构。
I encourage you to check out the Morphia Google Code project for information about its data access object (DAO) support, validation, and manual mapping capabilities.
要获得有关其数据访问对象(Data Access Object,DAO)支持、验证和手动映射功能的信息,我鼓励您查看MorphiaGoogleCode项目。
You are restricted to JDBC-based frameworks such as iBATIS or Spring JDBC (see Resources), or your own home-brewed data-access object (DAO) framework.
仅限于使用基于JDBC的框架,比如ibatis或SpringJDBC(请参见参考资料),或者您自己开发的数据访问对象(DAO)框架。
Use a Data Access Object (DAO) to abstract and encapsulate all access to the data source.
使用数据访问对象来抽象和封装对数据源的所有访问。
Figure 7 shows the critical portion of our example Data Access Object (DAO) code, demonstrating how to retrieve and reconstitute ACL information from strings stored in a properties file.
图7显示了示例数据访问对象(Data Access Object,DAO)代码的关键部分,并演示了如何从属性文件中存储的字符串检索和重新构建ACL信息。
Data Access Object (DAO) and Session Facade are both good ones to use.
数据访问对象(Data Access Object,DAO)及会话外观(Session Facade)都是非常值得一用的。
This is a Spring and Data Access Object (DAO) service that receives a REST-encoded request over a JMS service interface.
这是一个Spring和数据访问对象(DAO)服务,其接收运行在JMS服务接口之上的REST编码的请求。
Configuration Major layers of the application — in the RentaBike application, I expose a Data Access Object (DAO) layer, a controller layer, and a view layer (see Listing 1).
配置应用程序的主要层——在RentaBike应用程序中,我公开了一个数据访问对象(dao)层、一个控制器层和一个视图层(参阅清单1)。
The Data Access Object (or DAO) pattern separates a data resource's client interface from its data access mechanisms, adapts a specific data resource's access API to a generic client interface.
本文详细介绍了数据访问对象设计模式:将数据源的客户访问接口和数据访问机制分离开,使特定的数据源访问API转化成普通的客户端接口。
The Data Access Object (or DAO) pattern separates a data resource's client interface from its data access mechanisms, adapts a specific data resource's access API to a generic client interface.
本文详细介绍了数据访问对象设计模式:将数据源的客户访问接口和数据访问机制分离开,使特定的数据源访问API转化成普通的客户端接口。
应用推荐