Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 320 Bytes

File metadata and controls

4 lines (3 loc) · 320 Bytes

beanlib

Beanlib is a utility library for use with JavaBean. Beanlib for Hibernate in particular makes it easy for developers to reuse the same pojo classes for both persistence and data transfer objects. This enables clean data access API to be designed with pojos that are free of any hidden persistent state.