The purpose of this blog: ① summary of their own learning process, equivalent to study notes ② to share their own experience to everyone, learn from each other, communication, not commercialcontent inevitably appear problems, welcome to correct, exchange, discussion, you can leave a message, can also be contacted by the following ways. I Internet technology enthusiasts, Internet technology enthusiastsWeibo: Ivan is in 0221qq:951226918
--------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------- -----------------------------
1.hibernate Introduction, Environment construction, Hello World
[Original]java Web Learning Note 76:hibernate Learning Path---Hibernate introduction, hibernate environment
[Original]java Web Learning Note 77:hibernate Learning path---Hibernate version helloword and parsing,. Environment Construction, Hibernate.cfg.xml file and parameter description, persisted class, object-relational mapping file. Hbm.xml,hibernate API (Configuration class, Sessionfactory interface, Session interface, Transaction (business))
2.session manipulating objects
[Original]java Web Learning Note 77:hibernate Learning path---Hibernate version helloword and parsing,. Environment Construction, Hibernate.cfg.xml file and parameter description, persisted class, object-relational mapping file. Hbm.xml,hibernate API (Configuration class, Sessionfactory interface, Session interface, Transaction (business))
[Original]java Web Learning Note 79:hibernate Learning path---Four kinds of object states, Session Core method: Save () method, persist () method, get () and load () method, Update () method, Saveorupdate () method, Merge () method, Delete () method, evict (), hibernate call stored procedure, hibernate and trigger work together
[Original]java Web Learning Note 94:hibernate Learning Path---Session management, Session object lifetime and local thread binding
3.hibernate configuration file
[Original]java Web Learning Note 80:hibernate Learning Path---Hibernate profile: JDBC connection properties, C3P0 database connection pool properties, etc.
[Original]java Web Learning Note 77:hibernate Learning path---Hibernate version helloword and parsing,. Environment Construction, Hibernate.cfg.xml file and parameter description, persisted class, object-relational mapping file. Hbm.xml,hibernate API (Configuration class, Sessionfactory interface, Session interface, Transaction (business))
[Original]java Web Learning Note 81:hibernate Learning Path---Object relational mapping file (. hbm.xml): hibernate-mapping node, class node, ID node (primary key generation policy), property node, The correspondence between Java types and SQL types in hibernate, mappings of Java time and date types, mapping of Java large object types (understanding), mapping composition relationships
4. Object Relational Mapping File
[Original]java Web Learning Note 82:hibernate Learning path---mapping one-to-many correlation, configuration, crud method testing and attention points
[Original]java Web Learning Note 83:hibernate Learning Path---bidirectional 1-n introduction, key point explanation, code implementation, set property introduction (Inverse,cascade, order-by)
[Original]java Web Learning note 84:hibernate Learning path---mapping one-to-one relationships, the base foreign key way implementation
[Original]java Web Learning note 85:hibernate Learning path---mapping one-to-one relationships, based on the primary key approach
[Original]java Web Learning note 86:hibernate Learning path---mapping n-n relationship, unidirectional n-n, bidirectional n-n
[Original]java Web Learning note 87:hibernate Learning path---Mapping inheritance relationship (subclass, Joined-subclass,union-subclass)
5.hibernate retrieval strategy and HQL query QBC query native SQL
[Original]java Web Learning note 88:hibernate Learning path---Hibernate retrieval strategy (immediate retrieval, deferred retrieval, urgent left outer connection search)
[Original]java Web Learning note 89:hibernate Learning path---Hibernate retrieval Method (5 kinds), HQL introduction, realization function, realization step,
[Original]java Web Learning note 90:hibernate Learning path---HQL search method, paging query, named query statement, projection query, report query
[Original]java Web Learning note 91:hibernate Learning path---HQL urgent left outer connection, left outer connection, urgent internal connection, internal connection, correlation level runtime retrieval strategy comparison. Theory lies in understanding
[Original]java Web Learning note 92:hibernate Learning path---QBC retrieval and local SQL retrieval: Basic QBC query, QBC with and and or, statistics query, sort, paging
6. Level Two cache
[Original]java Web Learning Note 93:hibernate Learning Path---Hibernate cache description, cache level, use of two-level cache, two-level cache of the schema collection cache, level two cache concurrency policy, implementation steps, collection cache, query cache, timestamp cache
[Original]java Web learning Note 95:hibernate Directory