lmatula / hibernate-demos

Repository for demos used live during presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hibernate-demos

This repository contains demos used live during presentations; The following demos are currently available:

  • Hibernate ORM
  • Basic: simple comparison between JDBC, ORM, and JPA
  • Fetching Strategies: "when" (laziness) and "how" (fetch style)
  • Value Generation: annotations allowing in-memory and DB generated properties, both for INSERT and INSERT/UPDATE actions
  • Multi-Tenancy: multiple, concurrent databases and clients from a single Hibernate instance
  • Caching: entity second level cache (2LC) and query cache
  • Envers: historical/audited data
  • Spatial: geographical data
  • Hibernate OGM
  • hiking-demo: Demo project used for the talk "Hibernate OGM: Talking to NoSQL in Red Hat JBoss EAP" presented at Red Hat Summit 2014. It shows how to use MongoDB as data store in a Java EE application through JPA / Hibernate OGM.

License

If not stated otherwise, the demos are licensed under the Apache License, Version 2.0 (see https://www.apache.org/licenses/LICENSE-2.0). Refer to the headers of individual files for specific license and copyright information, in particular of included library files.

About

Repository for demos used live during presentations

License:Apache License 2.0


Languages

Language:Java 60.5%Language:JavaScript 21.6%Language:HTML 17.9%Language:Shell 0.0%