码迷,mamicode.com
首页 >  
搜索关键字:annotations    ( 528个结果
Hibernate3.3.2+Spring2.5.5+Struts2.1.6+Extjs3.0.0 Annotations注解框架整合及其代码分享
Hibernate3.3.2+Spring2.5.5+Struts2.1.6+Extjs3.0.0 Annotations注解框架整合及其代码分享,代码下载地址:http://www.zuidaima.com/share/1780237805931520.htm...
分类:编程语言   时间:2014-05-18 08:48:07    阅读次数:505
JPA entitymanager 如何获取Oracle 返回的cursor结果
更多详情可以参考 http://www.objectdb.com/api/java/jpa/annotations/sql以下是参照网友的例子createorreplaceprocedurefindPerson(my_cursoroutsys_refcursor,paraminstring)asbe...
分类:数据库   时间:2014-05-18 02:47:14    阅读次数:564
菜鸟调错(四)——Spring与DWR集成,配置文件报错
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document;  2)...
分类:编程语言   时间:2014-05-12 22:55:47    阅读次数:409
Rhythmk 学习 Hibernate 07 - Hibernate annotation 实体注解
参考:http://docs.jboss.org/hibernate/annotations/3.4/reference/zh_cn/html_single/1、系统配置: 可以通过使用 mapping的 resource,于class 属性混合配置在创建SessionFactory 也可以通过代码...
分类:系统相关   时间:2014-05-03 22:50:55    阅读次数:584
第一次使用hibernate
今天第一次使用了hibernate框架成功的实现想数据库里插入数据,初次使用可能会觉得很麻烦,但是相比较在web开发中使用原始的拼SQL语句的方法,确实方便许多. 使用hibernate,我下载的是hibernate-annotations-3.4.0.GA.zip,hibernate-distr....
分类:系统相关   时间:2014-05-01 13:47:47    阅读次数:689
java Annotation 自定义实例
Defining annotations Here is the definition of the annotation above. You can see that annotation definitions look a lot like interface definitions.  In fact, they compile to class files like any oth...
分类:编程语言   时间:2014-04-27 21:47:05    阅读次数:348
java Annotation原理
Annotations are one of the fundamental language changes introduced in Java SE5. They provide information that you need to fully describe your program, but that cannot be expressed in Java. Thus, anno...
分类:编程语言   时间:2014-04-27 21:14:59    阅读次数:431
java Annotation Meta-annotations
Meta-annotations @Target CONSTRUCTOR: Constructor declarationFIELD: Field declaration (includes enum constants) LOCAL_VARIABLE: Local variable declaration METHOD: Method declarationPACKAGE: Pack...
分类:编程语言   时间:2014-04-27 21:12:04    阅读次数:385
528条   上一页 1 ... 51 52 53
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!