jagjeet012 /
Hostel-Management-System
The project is on Spring and Hibernate framework. All the advanced Java concepts are used in this.
Loading repository data…
davids13 / repository
In this project I´ll show how to save/retrieve an image/file from MySQL using @Lob annnotation in Spring
In this project I´ll show how to save/retrieve an image/file from MySQL using @Lob annnotation in Spring
@Lob or Large OBject refers to a variable length datatype for storing large objects, signifies that the annotated field should be represented as BLOB (binary data) in the DataBase.
Selected from shared topics, language and repository description—not editorial ratings.
jagjeet012 /
The project is on Spring and Hibernate framework. All the advanced Java concepts are used in this.
KhalidBelharbi /
This repo show a list of JPA / Hibernate directories published on Github. All the directories are accessible and open at the date of publication of this directory(18 Septembre 2021). The list is in JpaHibernate_GithubList.csv
prakass /
This is an issue management software which i made for my orientation project in my university. It uses spring, and hibernate frameworks in addition to JAVA EE. his project contains
Jayeshkharat10 /
In this project connect with databases to java program by using Hibernate Framework we can manupulate with database
samarthpatil826 /
This project demonstrates Hibernate ORM (Object Relational Mapping) for database operations in Java. It includes implementation of CRUD (Create, Read, Update, Delete) operations using Hibernate framework.
shubhamkumar785 /
This repository demonstrates the setup of the Hibernate framework in Java and showcases how Hibernate communicates with a MySQL database in a Maven-based project.