0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better exception rethrow in Retryer More... about 9 years ago
Small code review arround PooledHiLoSequence More... about 9 years ago
Some renaming about PooledSequenceIdentifierGenerator More... about 9 years ago
Some renaming about PooledSequencePersister as it is not really pooled More... about 9 years ago
Revert: Identifier API back to orm module since it's not so low level and it's more a functional choice than a technical one. More... about 9 years ago
PropertyAccessor constructors created for simplified instanciation thanks to IReversibleAccessor & IReversibleMutator More... about 9 years ago
toMutator & toAccessor removed from IAccessor & IMutator interfaces so they become @FunctionalInterface and we benefit from lambda expression More... about 9 years ago
Compilation error More... about 9 years ago
Compilation error More... about 9 years ago
IdAssignmentPolicy hierachy totally removed More... about 9 years ago
IdentifierInsertionManager hierarchy move from "engine" to "manager" package More... about 9 years ago
IdAssignmentPolicy no more used, replaced by IdentifierInsertionManager, because it was more configuration (like Hibernate IdGenerator) than effective runtime so it wasn't really useful in core module. May come back in orm module or on another way More... about 9 years ago
IOs moved from package More... about 9 years ago
JDBCGeneratedKeysIdPolicy#get(Map) renamed to getId(Map) More... about 9 years ago
IdentifierGenerator renamed to IdAssignmentPolicy, subclasses follow this new naming More... about 9 years ago
DMLGenerator code cleanup More... about 9 years ago
Build correction : IdentifierGenerator is mandatory More... about 9 years ago
Poor error on InsertExecutor. Synchronization in PooledIdentifierProviderTest for test stability More... about 9 years ago
PropertyAccessor cleanup More... about 9 years ago
Code cleanup More... about 9 years ago
InsertExecutor code split to clarify entity identifier management More... about 9 years ago
Compilation error More... about 9 years ago
Compilation error More... about 9 years ago
AfterInsertIdentifierGenerator feature resurrected: moved GeneratedKeysReader owner from ClassMappingStrategy to AfterInsertIdentifierGenerator More... about 9 years ago
Merge remote-tracking branch 'origin/master' More... about 9 years ago
AfterInsertIdentifierGenerator feature resurrected More... about 9 years ago
AfterInsertIdentifierGenerator feature resurrected More... about 9 years ago
Java8-like functions removed from Objects. Native Java 8 functional interfaces used More... about 9 years ago
Build correction failed due to bad equals() method on ListAccessor : wasn't comparable to a AccessorByMethod although it extends it, due to implementation of the "index" value which was a dedicated field, not a reuse of the super method arguments More... about 9 years ago
Binder classes replaced by lambda expression referencing ResultSet and PreparedStatement: LambdaParameterBinder More... about 9 years ago