VOOZH about

URL: https://www.javacodegeeks.com/tag/hibernate/page/7

⇱ Hibernate Archives - Page 7 of 7 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Hussein TerekApril 16th, 2018
    0 373

    Spring Boot & JPA & Hibernate & Oracle

    In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…

    Read More »
  • Enterprise Java👁 Image
    Dhiraj RayMarch 13th, 2018
    0 368

    Different Hibernate Naming Strategy

    This article discusses about different naming strategy provided by hibernate along with the shift of naming strategy from hibernate.ejb.naming_strategy in…

    Read More »
  • Enterprise Java👁 Image
    Attila Mihaly BalazsDecember 11th, 2017
    0 712

    How to map JSON collections using JPA and Hibernate

    Introduction The open-source hibernate-types project allows you to map Java objects or Jackson JsonNode as JPA entity properties. Recently, thanks…

    Read More »
  • Enterprise Java👁 Image
    Annamalai ThangarajJune 13th, 2017
    2 189

    Hibernate Architecture Overview

    The diagram below provides a high-level view of the Hibernate architecture: Minimal architecture The “minimal” architecture has the application manage…

    Read More »
  • 企业级Java👁 Image
    Martin MoisJune 1st, 2015
    0 361

    Hibernate教程-终极指南

    编者按:Hibernate ORM(简称Hibernate)是一个对象-关系映射框架,用于将面向对象的域模型转换为传统的关系数据库。Hibernate通过将直接的持久性相关的数据库访问替换掉,而高级对象处理功能来替换,解决了对象-关系间不匹配的问题。 Hibernate是最流程的Java框架之一。为此,我们在Java Code Geeks提供了大量的教程,点击这里查看它们。 现在,我们想要创建一个独立的、具有参考性的文章,来提供一个关于如何使用Hibernate的框架,并且帮助你快速开启你的Hibernate应用开发。开始享受吧! 目录 1. 简介 2. 项目搭建 3. 基础知识 3.1. SessionFactory 和Session 3.2. 事务(Transactions) 3.3. 表(Tables) 4. 继承(Inheritance) 5.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaJuly 9th, 2014
    0 495

    Hibernate Identity, Sequence and Table (Sequence) generator

    Introduction In my previous post I talked about different database identifier strategies. This post will compare the most common surrogate…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
Back to top button
Close