#528: PostausgangDao.java
projectforge-business/src/main/java/org/projectforge/business/orga/PostausgangDao.java Java DAO, projectforge-business/src/main/java/org/projectforge/business/orga/PostausgangDao.java 83 lines · 49 code · 25 comments · 9 blank
List of all years with invoices: select min(datum), max(datum) from t_fibu_rechnung.. Data access object for Postausgang entities. CRUD operations with Hibernate/JPA.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
3aeda5ef5 Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK).
b095e6f7d !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.