Hibernate Session的意思|示意
Hibernate会话
Hibernate Session的网络常见释义
传播 ... 访问entitymanagerfactory 传播hibernate session 给对话扩展session ...
Hibernate Session相关例句
The session facade provides adapter logic to map Hibernate entity POJOs to Service Data Objects and back.
会话Facade提供适配器逻辑,以便将Hibernate实体POJO映射到服务数据对象,以及进行反向映射。
The session interface manages persistence during the lifecycle of a Hibernate session.
在Hibernate会话的生命周期中,Session接口管理持久性。
Later, when your Hibernate client applications create a "session" to wrap the JDBC connection, Hibernate will consult this file and transparently connect to the specified database.
以后当Hibernate客户应用程序创建“session”包装JDBC连接时,Hibernate将查询该文件并透明地连接到指定的数据库。
When accessed for the first time, the proxy asks the Hibernate session to query the Address object and then defer all future calls directly to the queried instance.
当首次访问这个代理实例时,代理要求Hibernate会话查询Address对象,以后的所有调用都直接交给查询到的实例。
A local EJB session facade is created to wrap Hibernate persistence.
创建本地e jb会话facade以包装Hibernate持久性。
To do so, it initializes the Hibernate environment and opens a Session, which wraps a JDBC connection to the federated database.
程序首先初始化 Hibernate 环境并打开一个 Session,后者包装了到联邦数据库的 JDBC 连接。