entitymanager
There are 21 repositories under entitymanager topic.
fsantosbr/dynamic-query
Large dynamic query/search - Using Entity Manager with createNativeQuery method - Mapping the result to DTO using SqlResultSetMapping
shashankrnr32/mongodb-managed-entities
Supercharged POJOs for Mongo DB
abhaykhati/Hibernate-JPA-IN-100-STEPS
Hibernate and JPA in 100 steps -Udemy
Adi1222/Spring-Boot-Concepts-in-Depth
A repository to Learn hands on spring boot in detail
MohtadiNasri/bookstore-back
THIS PROJECT IS NOT DONE YET ! [ON HOLD]
PSambitKumar/Employee-Management-JSP-SERVLET
Employee Management Project for registration of employee. This project contains features like add Country, State, Religion. Technologies used for this project is Jsp , Servlet, Hibernate. Session Factory and Entity Managers are used.
baderbenlhachemi/crud-demo
Java-based CRUD application using Spring Boot and Hibernate/JPA for object-relational mapping. It allows managing student data in a MySQL database.
EvgeniyShemenev2022/spring_course_springBoot
example of configuration web-app with functional Spring Boot (educational project)
fatma2705/Brano-Genere-Maven
Progetto Java many to many JPA
OlegKahn/MVC-Hibernate
The project was made for getting to know, how to connect MVC pattern and JPA.
ecvsgl/SchoolManagementSystem
A mini Java project that uses maven build-tool, for a school management system based on JPA and Hibernate.
ercankarakaya/spring-data-jpa-exercises
Spring Boot Data Jpa Exercises
motaharinia/springboot-indexinghibernatesearch
spring-boot and indexing with hibernate-search. Hibernate Search will transparently index every entity persisted, updated, or removed through Hibernate Core. However, you have to trigger initial indexing to populate the Lucene index with the data already present in your database.
robinhosz/SpringComJpaEntity
Using the entity manager to perform spring boot operations
socra167/persistence-ex
EntityManager의 메서드를 사용해보면서 영속성 컨텍스트를 학습하는 레포지토리
syedumerahmedcode/employee-eclipselink
This project contains an application for employee registration which uses JavaEE and uses EclipseLink to register information of the employee in the database. The main focus of the project is understand what EclipseLink is and how to use it within JavaEE eco system. The main emphasis is given on EntityManagerFactory and EntityManager interface as well as EntityTransaction and how to use it. For this purpose, a simple JPA Project is created.
yesminmarie/vendas-EntityManager
Neste projeto foi exemplificado o uso do EntityManager com a realização de um CRUD da entidade Cliente.