0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding mapCompositeKey(..) with a setter signature. Javadoc. More... over 1 year ago
Enhancing OneToOneOptions.mappedBy(..) signature to enforce that targeted entity has same type than source entity More... over 1 year ago
Adding some CRUD test on StalactiteRepository More... over 1 year ago
Introducing PropertyOptions.readConverter(..), PropertyOptions.writeConverter(..) and PropertyOptions.sqlBinder(..) to let user adapt property value coming from database and/or going to database. More... over 1 year ago
ParameterBinderRegistry.lookupForBinder(..) code reviewed. More... over 1 year ago
Introducing getType() of ResultSetReader and PreparedStatementWriter. More... over 1 year ago
Code cleanup More... over 1 year ago
Reviewing BeanMappingBuilder.ensureColumnBindingInRegistry(..) to make it really assert column as a registered binder. Simplifying ColumnBinderRegistry.doGetBinder(..) that no more checks for interface registered because it should check for whole ancestor hierarchy which is more complex. More... over 1 year ago
Fixing ResultSetWrapper field name change More... over 1 year ago
Enhancing tests about readonly properties. Fixing generics of constructor signature of ToBeanRowTransformer More... over 1 year ago
Following AccessorChain.giveInputType(..) signature change. More... over 1 year ago
Adding BigDecimal to default mappings More... over 1 year ago
Changing signature of SqlTypeRegistry.put(Class, int, String) to put(Class,String, int). Reviewing Javadoc around SqlTypeRegistry More... over 1 year ago
Fixing Sonar remarks More... over 1 year ago
Merge pull request #20 from codefilarete/v2 More... over 1 year ago
Merge pull request #19 from codefilarete/v2 More... over 1 year ago
ExecutableQuery review to make its result "collectable" through something like Java Stream Collector : Accumulator is introduced as an argument of ExecutableQuery.execute(). Hence PersistenceContext.ExecutableBeanPropertyQueryMapper.singleResult() is removed to the benefit of Accumulator.getFirst(), which no longer read only first row (since Query builds beans which is hardly compatible with single row reading) More... over 1 year ago
Code cleanup More... over 1 year ago
Javadoc and code cleanup More... over 1 year ago
Opening code to let one give its own implementation of SQL renderers. So it becomes possible to create not-implemented operators or functions, or even fix some bug without waiting for a release. More... over 1 year ago
Implementing Coalesce SQL function and SQL function combination. More... over 1 year ago
Changing the way table is defined : no more given at latest moment (build(..) method) but given at the beginning (MappingEase.entityBuilder(..)). Reviewed as such because it seems to more logical since Column can be defined while defining properties, so giving Table before it is more logical. More... over 1 year ago
Implementing Map relation mapping with entries made of entity on key and value. More... over 1 year ago
Reworking code to share almost-duplicate-code between "key as entity" and "value as entity" cases. More... over 1 year ago
Implementing value as entity in Map relation. More... over 1 year ago
Fixing wrong implementation of deletion while no cascade is specified (RelationModel.ALL by default) More... over 1 year ago
Implementing cascade modes for Map relation. More... over 1 year ago
Implementing entry value change in Map relation. More... over 1 year ago
Implementing Map mapping when key is an entity type. More... over 1 year ago
Fixing wrong composition of primary key of Map association table. Introducing RecordId for that. Made also to prepare for cases where key/value is an entity. Introducing KeyValueRecordMappingBuilder to handle single-column and composite value of Map.Entry key and values. More... almost 2 years ago