Java Persistence

From Wikibooks, open books for an open world
Jump to: navigation, search


Java-persistence.PNG

A book relating to the Java programming language.

[edit] Contents

  1. Preface
  2. What is Java persistence?
    1. What is Java?
    2. What is a database?
    3. What is JPA?
    4. What is new in JPA 2.0?
    5. Other Persistence Specs
    6. Why use JPA or ORM?
  3. Persistence Products, Which to Use?
    1. EclipseLink (Eclipse)
    2. Hibernate (RedHat)
    3. Open JPA (Apache)
    4. DataNucleus
    5. Ebean (SourceForge)
    6. TopLink Essentials (Glassfish)
    7. TopLink (Oracle)
    8. Kodo (Oracle)
  4. Mapping, Round Pegs into Square Holes
    1. Tables
    2. Identity, Primary Keys and Sequencing
    3. Inheritance
    4. Embeddables (Aggregates, Composite or Component Objects)
    5. Locking and Concurrency
    6. Basic Attributes
    7. Relationships
      1. OneToOne
      2. ManyToOne
      3. OneToMany
      4. ManyToMany
      5. Embedded
    8. Advanced Mappings
      1. ElementCollection (Embeddable Collections, Basic Collections)
      2. Variable Relationships (Heterogeneous, Interface)
      3. Nested Collections, Maps and Matrices
    9. Advanced Topics
      1. Events
      2. Views
      3. Interfaces
      4. Stored Procedures
      5. Structured Object-Relational Data Types
      6. XML Data Types
      7. Filters
      8. History
      9. Logical Deletes
      10. Auditing
      11. Replication
      12. Partitioning
      13. Data Integration
      14. EIS, NoSQL, Legacy, XML, and Non-relational Data
      15. Multi-Tenancy
      16. Dynamic Data
  5. Runtime, Doing the Hokey Pokey (EntityManager)
    1. Querying
      1. JPQL
      2. Criteria API
    2. Persisting (Inserting, Updating, Merging)
    3. Transactions
    4. Caching
    5. Packaging and Deploying
    6. EJB
    7. Auditing and Security (User Authentication, Proxy Connections, VPD)
    8. Servlets and JSPs
    9. WebServices
    10. Java EE
      1. Oracle Weblogic
      2. Oracle Glassfish
      3. IBM Websphere
      4. Redhat JBoss
    11. Spring
    12. OSGi
    13. Tomcat
    14. Clustering
  6. Databases
    1. Oracle
    2. PostgreSQL
    3. MySQL
    4. DB2
    5. SQL Server
    6. EIS, NoSQL, and Non-relational Data Sources
  7. Debugging
  8. Performance
  9. Tools
    1. Eclipse JPA (Dali)
  10. Testing

[edit] See Also

Crystal Clear app reminders.png

[edit] Resources

Wikipedia.png

[edit] Wikis

Nuvola apps edu languages.svg

[edit] Forums

Crystal Clear app desktopshare.png

[edit] Products

[edit] Blogs

[edit] Books

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export