码迷,mamicode.com
首页 >  
搜索关键字:customer    ( 1303个结果
管理 Hibernate 的二级缓存
Hibernate 在不同的缓存区域保存不同的类/集合。 对于类而言,区域的名称是类名。如:com.atguigu.domain.Customer 对于集合而言,区域的名...
分类:Web程序   时间:2014-10-13 14:41:19    阅读次数:169
客户信用控制请求
一,导入外部风险 FUNCTION import_credit_exposure(p_org_id IN NUMBER, p_customer_id IN NUMBER, p_bill_to_site_uses_...
分类:其他好文   时间:2014-10-11 22:00:50    阅读次数:360
Why isn't there a SendThreadMessage function?
Here's an interesting customer question:Windows hasPostMessageandSendMessage. It also hasPostThreadMessagebut noSendThreadMessage. Why isn't there aSe...
分类:其他好文   时间:2014-10-10 13:06:24    阅读次数:314
Hibernate中双向的一对多关系
何为双向,双向的意思就是你我之间可以互相通信(customer(1)和order(n))也就是说customer可以访问order,order也可以访问customer二者构成了双向的关系在Hibernate中如何实现双向的一对多关系呢??步骤: I在1的一端(也就是customer)添加n端(o....
分类:系统相关   时间:2014-10-09 00:35:37    阅读次数:306
Hibernate中的映射关系(一对多)
在数据库中表和表之间的关系有几种,下面就详细说一下在Hibernate中怎样映射一对多的关系Hibernate映射一对多的关系,其实就是持久类之间的映射,那如何把持久类关联起来呢??那就用到.hbm.xml文件的标签了具体做法如下: 新建一个customer类: package com.jere.....
分类:系统相关   时间:2014-10-09 00:18:47    阅读次数:413
NHibernate应用五:HQL大全
一、基础内容 1、FROM子句 A、简单用法: public IList GetCustomerFrom() { //返回所有Customer 类的实例 return _session.CreateQuery("from CustomerE...
分类:系统相关   时间:2014-09-28 15:32:52    阅读次数:233
springmvc的jdbcTemplate 插入 返回主键
public int insertCustomer(final Customer customer) { //TODO. final String sql = "insert into customer (mobile,nickname,password,score,avatar,push_k...
分类:数据库   时间:2014-09-28 14:21:32    阅读次数:253
CCA for CRM 2011的安装
Customer Care Accelerator(CCA) 是微软的呼叫中心,它可以和CRM进行完美的结合,这里我给大家介绍一下,如何安装CCA for Microsoft Dynamics CRM 2011。 1、首先,你可以从Microsoft Marketplace下载安装包,下载后解压,你会得到如下视图:   2、CCA是使用UII框架开发的,所以我们需要先安装UII框架,打开UI...
分类:其他好文   时间:2014-09-27 13:41:09    阅读次数:238
scrollview gridview
package com.fangdamai.salewinner.ui.customer;import android.content.Context;import android.content.Intent;import android.os.Bundle;import android.view...
分类:其他好文   时间:2014-09-25 15:50:09    阅读次数:246
EBS 信用检查(二)
Credit checking feature of Oracle OM provides the ability to check that the customer has sufficient credit available with the organization at the point of order booking ,picking, packing and shipping....
分类:其他好文   时间:2014-09-23 23:38:15    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!