随笔分类 -  翻译

摘要:public final class Patternextends Objectimplements SerializableA compiled(编译) representation of a regular expression.A regular expression, specified as a string, must first be compiled into an instance of this class. The resulting pattern can then be used to create aMatcher object that can match(匹配) 阅读全文
posted @ 2012-05-06 16:23 hibernate3例子 阅读(443) 评论(0) 推荐(0)
摘要:java.lang .ClassInstances of the class Class represent classes and interfaces in a running Java application. An enum is a kind of class and an annotation(注释) is a kind of interface. Every array also belongs(属于) to a class that is reflected as aClass object that is shared(共享) by all arrays with the s 阅读全文
posted @ 2012-05-04 19:06 hibernate3例子 阅读(202) 评论(0) 推荐(0)
摘要:public class Configurationextends Objectimplements SerializableAn instance ofConfigurationallows the application to specify properties and mapping documents to be used when creating aSessionFactory. Usually an application will create a singleConfiguration, build a single instance ofSessionFactoryand 阅读全文
posted @ 2012-04-17 17:14 hibernate3例子 阅读(264) 评论(0) 推荐(0)
摘要:OverviewPackageClassUseTreeDeprecatedIndexHelpJava™ PlatformStandard Ed. 6PREV CLASSNEXT CLASSFRAMESNO FRAMESAll ClassesSUMMARY:NESTED| FIELD |CONSTR|METHODDETAIL: FIELD |CONSTR|METHODjava.utilClass Formatterjava.lang.Objectjava.util.FormatterAll Implemented Interfaces:Closeable,Flushablepublic fina 阅读全文
posted @ 2012-04-15 18:06 hibernate3例子 阅读(588) 评论(0) 推荐(0)
摘要:OverviewPackageClassUseTreeDeprecatedIndexHelpJava™ PlatformStandard Ed. 6PREV CLASSNEXT CLASSFRAMESNO FRAMESAll ClassesSUMMARY: NESTED | FIELD |CONSTR|METHODDETAIL: FIELD |CONSTR|METHODjava.langClass StringBufferjava.lang.Objectjava.lang.StringBufferAll Implemented Interfaces:Serializable,Appendabl 阅读全文
posted @ 2012-04-15 18:05 hibernate3例子 阅读(319) 评论(0) 推荐(0)
摘要:Methodjava.langClass Stringjava.lang.Objectjava.lang.StringAll Implemented Interfaces:Serializable,CharSequence,Comparable<String>public final classStringextendsObjectimplementsSerializable,Comparable<String>,CharSequenceTheStringclassrepresents(代表) character strings. All stringliterals( 阅读全文
posted @ 2012-04-15 18:04 hibernate3例子 阅读(269) 评论(0) 推荐(0)