Thanks to visit codestin.com
Credit goes to github.com

Skip to content

blitz70/DatabaseFramework

Repository files navigation

DatabaseFramework

Database framework study with IntelliJ


##Hibernate 1 : Video 01-25, English (luv2code)

  • Introduction 1 2

  • Hibernate setup

  • Hibernate library 7
  • Configuration file (xml) 9 10

  • ORM (Annotation) 11 12

  • Hibernate C.R.U.D.

  • Create objects 13 14
  • Read objects 18

  • Update objects 21 22

  • Delete objects 23 24

  • HQL, Hibernate Query Language 19 20

  • Ect

  • Eclipse(used IntelliJ for new IDE practice), MySQL setup 3 4 5 6
  • Test JDBC connection 8
  • Primary Key Generation 15 16 17

##Hibernate 2 : Video 01-36, English (Java Brains)

  • Introduction
  • Concept 1
  • Libraries 2

  • hibernate.cfg.xml 3

  • Annotated model class 4

  • Saving Entity 5

  • Simple Entity Mapping (JPA)

  • Configuration & Annotations 6 7
  • Getting Entity 8

  • Primary key 9

  • Entity with Value Objects

  • Value/Embedded Object 10 11
  • Collections 12 13

  • Proxy, Lazy & Eager Fetch 14

  • Entity with Entities

  • One to One 15
  • One to Many, Many to One 16

  • Many to Many 17

  • Cascade 18

  • Inheritance

  • Single Table 19 20
  • Table Per Class 21

  • Joined 22

  • CRUD

  • Create Read Update Delete 23
  • Transient, Persistent, Detached Objects 24 25 26

  • HQL, Hibernate Query Language

  • Query Object 27
  • Pagination 28

  • Parameter Binding 29

  • Named Queries 30

  • Criteria API

  • Criteria, Criterion, Restriction 31 32
  • Projections, Query By Example 33

  • Caching in Hibernate

  • 1st Level Cache 34
  • 2nd Level Cache 35
  • 2nd Level Query Cache 36

About

Database framework study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published