上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 52 下一页
摘要: 一、自定义映射的表名 1. 2.用定界符 若全部SQL都加定界符, create an orm.xml file and add the setting <delimited-identifiers/> to its <persistence-unit-defaults> section,Hiber 阅读全文
posted @ 2016-04-04 14:09 shamgod 阅读(2507) 评论(0) 推荐(0) 编辑
摘要: 一、简介 1.You now have three methods for distinguishing references:  Objects are identical if they occupy the same memory location in the JVM . This can 阅读全文
posted @ 2016-04-04 13:38 shamgod 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 1.这种引用方式不对,但删除时不能级联 要这种引用方式 2.The Bid class could be a problem. In object-oriented modeling, this is marked as a composition (the association bet 阅读全文
posted @ 2016-04-04 10:52 shamgod 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 一、结构 二、配置文件约定 The JPA provider automatically picks up this descriptor if you place it in a META-INF /orm.xml file on the classpath of the persistence 阅读全文
posted @ 2016-04-03 17:07 shamgod 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 一、结构 二、model层 1. 三、配置文件 1.persistence.xml(这个文件似乎不起作用) For the “Hello World” application, you delegate database connection handling to a Java Transacti 阅读全文
posted @ 2016-04-03 11:01 shamgod 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 1.MySQL架构图 2.事务的隔离性 事务的隔离性是specific rules for which changes are and aren’t visible inside and outside a transaction (1)READ UNCOMMITTED In the READ UN 阅读全文
posted @ 2016-04-02 20:51 shamgod 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 一、JpaRepository 1.要使Spring自动生成实现类的步骤 (1)配置文件xml 或java (2)dao接口继承JpaRepository接口 2.为什么dao接口继承JpaRepository接口及设置好@EnableJpaRepositories后,Spring就会自动生成实现类 阅读全文
posted @ 2016-04-01 18:20 shamgod 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 一、结构 二、Repository层 1. 2. 3. 4. 5. 6. 三、domain层 1. 2. 四、配置文件及数据库文件 1. 2. 3.RepositoryTest-context.xml 4.schema.sql 5.test-data.sql 6. 五、测试文件 1. 2. 阅读全文
posted @ 2016-04-01 16:47 shamgod 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 一、结构 二、Repository层 1. 2. 3. 4. 三、domain层 1. 2. 四、配置文件及数据库文件 1. 2.RepositoryTest-context.xml 3.schema.sql 4.test-data.sql 5.log4j.properties 五、测试文件 1. 阅读全文
posted @ 2016-04-01 16:39 shamgod 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 一、注入EntityManagerFactory的方式 这种方式有一个问题,Aside from presenting a troubling code-duplication situation, it also means a new EntityManager is created every 阅读全文
posted @ 2016-04-01 13:59 shamgod 阅读(442) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 52 下一页
haha