[root]/classes/org/makumba/db/hibernate
customtypes
(0 files, 0 lines)
hql
(0 files, 0 lines)
propertyaccess
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 189 (100.0%) | 3785 (100.0%) | 20.0 |
manuel_gay | 109 (57.7%) | 2458 (64.9%) | 22.5 |
rosso_nero | 29 (15.3%) | 709 (18.7%) | 24.4 |
cristian_bogdan | 49 (25.9%) | 606 (16.0%) | 12.3 |
marius9 | 2 (1.1%) | 12 (0.3%) | 6.0 |
adding a method to close a data source. doesn't seem to work because of nature of namedresources
4 lines of code changed in 1 file:
Fixing bug with multi-key uniqueness constraints on update and insert from query (there was no right exception treatment).
1 lines of code changed in 1 file:
- allowing the usage of current session context for hibernate transactions
- adding mass insert method in Transaction interface & implementation
22 lines of code changed in 1 file:
- making the intelligent mechanism in TransactionProvider actually work
- fixing part of the HQL tests
29 lines of code changed in 1 file:
simplyfying the TransactionProvider, i.e. moving special methods to the right implementations
0 lines of code changed in 1 file:
- making TransactionProvider intelligent: if getConnectionTo() wants to access a dataSource that is not of the type of the TransactionProvider implementation, automatically switches to the right implementation
- experimentation: method to unload static reference to singleton on context uninstall. maybe it will help with our problem
- fixing bug 1090
33 lines of code changed in 2 files:
- moving database configuration to Makumba.conf
- fixing the OO design of TransactionProvider-s, now they extend TransactionProvider instead of implementing some strange interface
- updating hibernate version
sorry for the big commit but it's a big change. please test, comment, etc.
69 lines of code changed in 3 files:
fixing warnings
2 lines of code changed in 2 files:
fixing warnings
64 lines of code changed in 2 files:
fixing warnings
0 lines of code changed in 1 file:
fixing warnings
1 lines of code changed in 1 file:
adding generics
1 lines of code changed in 1 file:
fixing generics warnings
5 lines of code changed in 1 file:
fixing generics warnings
30 lines of code changed in 1 file:
Printing meaningful stacktrace when query execution fails
7 lines of code changed in 1 file:
avoiding using Text.toString(), using getString() wherever we know about it.
this is done in preparation to change Text.toString() to something more meaningful and less memory-intensive
3 lines of code changed in 1 file:
made recently added code work also in hibernate
better name resolver management
8 lines of code changed in 2 files:
fixed bug in read()
38 lines of code changed in 1 file:
the parameter type detection (named or ordered) was poor, it was based on parameter value (where you can always pass one single object rather than a Map) rather than on the query text
9 lines of code changed in 1 file:
setting transaction context to RequestAttributes (in BL via DbConnectionProvider) and PageAttributes (in page QueryExecution via QueryProvider), and supporting context attribute processing in TransactionImplementation and its subclasses
12 lines of code changed in 2 files:
(117 more)