All Projects → hibernate → Hibernate Demos

hibernate / Hibernate Demos

Licence: apache-2.0
Repository for demos of various Hibernate projects

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Hibernate Demos

Demo Html Css
超好看的前端模板(学习用)
Stars: ✭ 199 (-5.69%)
Mutual labels:  demo
Seniverse Api Demos
心知天气 API 产品使用调用示例
Stars: ✭ 201 (-4.74%)
Mutual labels:  demo
Ourls
url shorten service/短网址服务
Stars: ✭ 203 (-3.79%)
Mutual labels:  demo
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-6.16%)
Mutual labels:  demo
Koa Vue Notes Web
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and Vuex store modules.
Stars: ✭ 200 (-5.21%)
Mutual labels:  demo
Rn Wunderlist
Wunderlist Clone written in React Native
Stars: ✭ 201 (-4.74%)
Mutual labels:  demo
Fermionjs
Visual Prototyping Tool for React Applications
Stars: ✭ 197 (-6.64%)
Mutual labels:  demo
Android Filepicker
Photopicker and document picker for android
Stars: ✭ 2,490 (+1080.09%)
Mutual labels:  demo
React Leaflet Demo
Demo of a Leaflet map created with React
Stars: ✭ 200 (-5.21%)
Mutual labels:  demo
Preact Worker Demo
Demo of preact rendering an entire app in a Web Worker.
Stars: ✭ 204 (-3.32%)
Mutual labels:  demo
Demo Project
存放学习过程中的demo项目,别光fork,顺便点下⭐哦
Stars: ✭ 198 (-6.16%)
Mutual labels:  demo
Preact Redux Example
🔁 Preact + Redux Example Project
Stars: ✭ 199 (-5.69%)
Mutual labels:  demo
Diffutil Sample
Android sample app in Kotlin showing usage of DiffUtil class.
Stars: ✭ 202 (-4.27%)
Mutual labels:  demo
Mocapnet
We present MocapNET2, a real-time method that estimates the 3D human pose directly in the popular Bio Vision Hierarchy (BVH) format, given estimations of the 2D body joints originating from monocular color images. Our contributions include: (a) A novel and compact 2D pose NSRM representation. (b) A human body orientation classifier and an ensemble of orientation-tuned neural networks that regress the 3D human pose by also allowing for the decomposition of the body to an upper and lower kinematic hierarchy. This permits the recovery of the human pose even in the case of significant occlusions. (c) An efficient Inverse Kinematics solver that refines the neural-network-based solution providing 3D human pose estimations that are consistent with the limb sizes of a target person (if known). All the above yield a 33% accuracy improvement on the Human 3.6 Million (H3.6M) dataset compared to the baseline method (MocapNET) while maintaining real-time performance (70 fps in CPU-only execution).
Stars: ✭ 194 (-8.06%)
Mutual labels:  demo
Blogdemocode
博客中的一些示例代码
Stars: ✭ 205 (-2.84%)
Mutual labels:  demo
Awesome Spring Boot
springboot 各种资料整理(demo、教程、网站、starter文档等),持续更新,欢迎pr。
Stars: ✭ 198 (-6.16%)
Mutual labels:  demo
Dekryptize
A ncurses animation to make decryption look like, well, decryption.
Stars: ✭ 201 (-4.74%)
Mutual labels:  demo
Vue Images
🍭 A simple lightbox component for displaying an array of images
Stars: ✭ 212 (+0.47%)
Mutual labels:  demo
Yii Demo
Yii 3 demo application
Stars: ✭ 210 (-0.47%)
Mutual labels:  demo
Mygreendao
A simple demo of GreenDAO.
Stars: ✭ 203 (-3.79%)
Mutual labels:  demo

hibernate-demos

This repository contains demos used live during presentations or in blog posts; The following demos are currently available:

  • Hibernate ORM

    • core/Basic: simple comparison between JDBC, ORM, and JPA
    • core/Fetching Strategies: "when" (laziness) and "how" (fetch style)
    • core/Value Generation: annotations allowing in-memory and DB generated properties, both for INSERT and INSERT/UPDATE actions
    • core/Multi-Tenancy: multiple, concurrent databases and clients from a single Hibernate instance
    • core/Caching: entity second level cache (2LC) and query cache
    • core/Envers: historical/audited data
    • core/Spatial: geographical data
    • osgi: tutorials demonstrating all possible ORM OSGi configurations
  • 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.
  • Hibernate Search

    • hsearch-with-elasticsearch: Shows how to use the Elasticsearch backend in Hibernate Search 5.x. Used for the talk "From Hibernate to Elasticsearch in no Time" at JavaZone 2016.
    • hsearch-elasticsearch-wikipedia: Demonstrates a REST service using Hibernate Search + Elasticsearch to search a large dataset from Wikipedia.
    • hsearch-quarkus: Demonstrates a REST service with CRUD and full-text search features implemented using Quarkus, Hibernate Search and Elasticsearch. Accompanies the blog post https://in.relation.to/2019/11/12/hibernate-search-quarkus/
  • Hibernate Validator

  • Java 9

    • multi-release-jar-demo: Shows how to build multi-release JARs with Java 9. Accompanies the blog post http://in.relation.to/2017/02/13/building-multi-release-jars-with-maven/
    • custom-jlink-plugin: Shows how to customize Java 9 modular runtime images with jlink plug-ins. The example shows a plug-in for adding a Jandex annotation index for one or more modules to the runtime image.
  • Other

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].