Skip to content

joesteel2010/hibernate-ec-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hibernate + Eclipse Collections (Naive Demo)

Disclaimer: This project is intended for demonstration purposes only.
It shows a naive approach to using Eclipse Collections together with Hibernate ORM.
Do not copy or replicate this code in production — it is not a recommended or supported pattern for real-world applications.


Overview

This demo explores one means of enabling the use of Eclipse Collections with Hibernate

Hibernate was designed to work with standard Java collections (List, Set, Map)

This repository exists to show how in some cases, this is achievable by using ListAdapter to wrap the proxied Hibernate collections. It provides only one example of using a MutableList within an @Entity

About

A naive demo of using Hibernate with Eclipse Collections

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENCE
Apache-2.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages