<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_17) on Wed Mar 24 17:14:12 GMT 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
Index (Commons BeanUtils 1.8.3 API)
</TITLE>
<META NAME="date" CONTENT="2010-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Commons BeanUtils 1.8.3 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/beanutils/converters/AbstractArrayConverter.html" title="class in org.apache.commons.beanutils.converters"><B>AbstractArrayConverter</B></A> - Class in <A HREF="./org/apache/commons/beanutils/converters/package-summary.html">org.apache.commons.beanutils.converters</A><DD><B>Deprecated.</B> <I>Replaced by the new <A HREF="./org/apache/commons/beanutils/converters/ArrayConverter.html" title="class in org.apache.commons.beanutils.converters"><CODE>ArrayConverter</CODE></A> implementation</I><DT><A HREF="./org/apache/commons/beanutils/converters/AbstractArrayConverter.html#AbstractArrayConverter()"><B>AbstractArrayConverter()</B></A> -
Constructor for class org.apache.commons.beanutils.converters.<A HREF="./org/apache/commons/beanutils/converters/AbstractArrayConverter.html" title="class in org.apache.commons.beanutils.converters">AbstractArrayConverter</A>
<DD><B>Deprecated.</B> Create a <A HREF="./org/apache/commons/beanutils/Converter.html" title="interface in org.apache.commons.beanutils"><CODE>Converter</CODE></A> that will throw a <A HREF="./org/apache/commons/beanutils/ConversionException.html" title="class in org.apache.commons.beanutils"><CODE>ConversionException</CODE></A>
if a conversion error occurs.
<DT><A HREF="./org/apache/commons/beanutils/converters/AbstractArrayConverter.html#AbstractArrayConverter(java.lang.Object)"><B>AbstractArrayConverter(Object)</B></A> -
Constructor for class org.apache.commons.beanutils.converters.<A HREF="./org/apache/commons/beanutils/converters/AbstractArrayConverter.html" title="class in org.apache.commons.beanutils.converters">AbstractArrayConverter</A>
<DD><B>Deprecated.</B> Create a <A HREF="./org/apache/commons/beanutils/Converter.html" title="interface in org.apache.commons.beanutils"><CODE>Converter</CODE></A> that will return the specified default value
if a conversion error occurs.
<DT><A HREF="./org/apache/commons/beanutils/converters/AbstractConverter.html" title="class in org.apache.commons.beanutils.converters"><B>AbstractConverter</B></A> - Class in <A HREF="./org/apache/commons/beanutils/converters/package-summary.html">org.apache.commons.beanutils.converters</A><DD>Base <A HREF="./org/apache/commons/beanutils/Converter.html" title="interface in org.apache.commons.beanutils"><CODE>Converter</CODE></A> implementation that provides the structure
for handling conversion <b>to</b> and <b>from</b> a specified type.<DT><A HREF="./org/apache/commons/beanutils/converters/AbstractConverter.html#AbstractConverter()"><B>AbstractConverter()</B></A> -
Constructor for class org.apache.commons.beanutils.converters.<A HREF="./org/apache/commons/beanutils/converters/AbstractConverter.html" title="class in org.apache.commons.beanutils.converters">AbstractConverter</A>
<DD>Construct a <i>Converter</i> that throws a
<code>ConversionException</code> if an error occurs.
<DT><A HREF="./org/apache/commons/beanutils/converters/AbstractConverter.html#AbstractConverter(java.lang.Object)"><B>AbstractConverter(Object)</B></A> -
Constructor for class org.apache.commons.beanutils.converters.<A HREF="./org/apache/commons/beanutils/converters/AbstractConverter.html" title="class in org.apache.commons.beanutils.converters">AbstractConverter</A>
<DD>Construct a <i>Converter</i> that returns a default
value if an error occurs.
<DT><A HREF="./org/apache/commons/beanutils/LazyDynaClass.html#add(java.lang.String)"><B>add(String)</B></A> -
Method in class org.apache.commons.beanutils.<A HREF="./org/apache/commons/beanutils/LazyDynaClass.html" title="class in org.apache.commons.beanutils">LazyDynaClass</A>
<DD>Add a new dynamic property with no restrictions on data type,
readability, or writeability.
<DT><A HREF="./org/apache/commons/beanutils/LazyDynaClass.html#add(java.lang.String, java.lang.Class)"><B>add(String, Class)</B></A> -
Method in class org.apache.commons.beanutils.<A HREF="./org/apache/commons/beanutils/LazyDynaClass.html" title="class in org.apache.commons.beanutils">LazyDynaClass</A>
<DD>Add a new dynamic property with the specified data type, but with
no restrictions on readability or writeability.
<DT><A HREF="./org/apache/commons/beanutils/LazyDynaClass.html#add(java.lang.String, java.lang.Class, boolean, boolean)"><B>add(String, Class, boolean, boolean)</B></A> -
Method in class org.apache.commons.beanutils.<A HREF="./org/apache/commons/beanutils/LazyDynaClass.html" title="class in org.apache.commons.beanutils">LazyDyn
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
C3P0是一个开放源代码的JDBC连接池,它在lib目录中与Hibernate一起发布,包括了实现jdbc3和jdbc2扩展规范说明的Connection 和Statement 池的DataSources 对象。 DBCP(DataBase connection pool),数据库连接池。是 apache 上的一个 java 连接池项目,也是 tomcat 使用的连接池组件。单独使用dbcp需要3个包:common-dbcp.jar,common-pool.jar,common-collections.jar由于建立数据库连接是一个非常耗时耗资源的行为,所以通过连接池预先同数据库建立一些连接,放在内存中,应用程序需要建立数据库连接时直接到连接池中申请一个就行,用完后再放回去。
资源推荐
资源详情
资源评论
收起资源包目录
常用开源数据库连接池 文档和源码及jar包 (590个子文件)
maven-theme.css 16KB
maven-base.css 2KB
stylesheet.css 2KB
stylesheet.css 2KB
stylesheet.css 1KB
stylesheet.css 1KB
site.css 775B
print.css 222B
help_logo.gif 2KB
icon_members_lrg.gif 2KB
icon_folder_lrg.gif 2KB
icon_error_lrg.gif 1KB
icon_usergroups_lrg.gif 1KB
icon_success_lrg.gif 1KB
icon_warning_lrg.gif 1KB
icon_info_lrg.gif 1KB
icon_doc_lrg.gif 1KB
icon_help_sml.gif 1019B
icon_error_sml.gif 1010B
icon_success_sml.gif 990B
icon_arrowfolderopen2_sml.gif 664B
icon_folder_sml.gif 634B
icon_arrowwaste2_sml.gif 609B
icon_info_sml.gif 606B
icon_arrowwaste1_sml.gif 606B
icon_warning_sml.gif 576B
icon_arrowfolderclosed1_sml.gif 441B
icon_doc_sml.gif 355B
icon_sortdown.gif 117B
icon_sortup.gif 117B
inherit.gif 57B
inherit.gif 57B
collapsed.gif 53B
expanded.gif 52B
nw_maj_rond.gif 51B
sw_maj_rond.gif 51B
sw_med_rond.gif 46B
strich.gif 43B
index-all.html 579KB
PropertyUtilsBean.html 222KB
LogFactory.html 199KB
LogFactoryImpl.html 156KB
MethodUtils.html 129KB
PropertyUtilsBean.html 124KB
PropertyUtils.html 120KB
index-all.html 118KB
LocaleBeanUtilsBean.html 111KB
BeanUtilsBean.html 109KB
LocaleBeanUtils.html 104KB
LocaleBeanUtilsBean.Descriptor.html 101KB
LocaleBeanUtilsBean.html 101KB
MethodUtils.html 89KB
ConvertUtilsBean.html 88KB
LazyDynaBean.html 87KB
PropertyUtils.html 86KB
BeanMap.html 79KB
BeanMap.Entry.html 79KB
BeanUtilsBean.html 78KB
LazyDynaBean.html 78KB
LocaleBeanUtils.Descriptor.html 74KB
LocaleBeanUtils.html 74KB
BeanMap.html 73KB
SimpleLog.html 73KB
BeanUtils.html 70KB
package-summary.html 70KB
RowSetDynaClass.html 63KB
LazyDynaList.html 63KB
FastHashMap.html 62KB
LazyDynaMap.html 59KB
DateTimeConverter.html 58KB
Converter.html 58KB
LocaleConvertUtils.html 56KB
LogFactory.html 55KB
LocaleConvertUtilsBean.html 55KB
LazyDynaList.html 53KB
SimpleLog.html 53KB
NumberConverter.html 52KB
LocaleConvertUtilsBean.html 52KB
ConvertUtilsBean.html 51KB
MappedPropertyDescriptor.html 51KB
ResultSetDynaClass.html 50KB
WeakHashtable.html 50KB
FastHashMap.html 50KB
LogFactoryImpl.html 50KB
serialized-form.html 49KB
BeanUtils.html 48KB
LazyDynaClass.html 48KB
ArrayConverter.html 47KB
ConstructorUtils.html 47KB
guide.html 46KB
ConvertUtils.html 46KB
PathableClassLoader.html 46KB
DateLocaleConverter.html 45KB
LazyDynaMap.html 45KB
DynaBeanMapDecorator.html 45KB
SqlTimestampLocaleConverter.html 45KB
DecimalLocaleConverter.html 45KB
SqlTimeLocaleConverter.html 44KB
SqlDateLocaleConverter.html 44KB
BigIntegerLocaleConverter.html 44KB
共 590 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
- 一兜兜2013-12-12很好用的jar包,写楼组分享
txl690956710
- 粉丝: 7
- 资源: 25
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 此存储库收集了所有有趣的 Python 单行代码 欢迎随意提交你的代码!.zip
- 高考志愿智能推荐-JAVA-基于springBoot高考志愿智能推荐系统设计与实现
- 标准 Python 记录器的 Json 格式化程序.zip
- kernel-5.15-rc7.zip
- 来自我在 Udemy 上的完整 Python 课程的代码库 .zip
- 来自微软的免费 Edx 课程.zip
- c++小游戏猜数字(基础)
- 金铲铲S13双城之战自动拿牌助手
- x64dbg-development-2022-09-07-14-52.zip
- 多彩吉安红色旅游网站-JAVA-基于springBoot多彩吉安红色旅游网站的设计与实现
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功