首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Hibernate像ridc(远程intradoc客户端)API Oracle内容服务器

Hibernate像ridc(远程intradoc客户端)API Oracle内容服务器

资 源 简 介

This API is Hibernate-like RIDC (Remote Intradoc Client) API for Oracle Content Server (Oracle UCM). It provides two ways to get data from Oracle Content Server by using DocumentService (RIDC query language and Database Native SQL) and Hibernate-like Criteria (Database Native SQL). Following are some examples to use RIDCku to get content from server: ### Using DocumentService ### Example 1. Getting contents using RIDC query language with pagination ``` Session session = Session.getInstance(); // Example to use RIDC query language with pagination // Format: // public List getSearchResult(String query, // Map params, List sortOrders, // String resultSet, long... startIndexAndSize) // throws IdcClientException, IOException, ClassNotFoundException, // IllegalAccessE
VIP VIP
0.186397s