openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
stalactite
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 18 hours
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 11 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adding mapCompositeKey(..) with a setter signature. Javadoc.
Guillaume Mary
More...
over 1 year ago
Enhancing OneToOneOptions.mappedBy(..) signature to enforce that targeted entity has same type than source entity
Guillaume Mary
More...
over 1 year ago
Adding some CRUD test on StalactiteRepository
Guillaume Mary
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.
Guillaume Mary
More...
over 1 year ago
ParameterBinderRegistry.lookupForBinder(..) code reviewed.
Guillaume Mary
More...
over 1 year ago
Introducing getType() of ResultSetReader and PreparedStatementWriter.
Guillaume Mary
More...
over 1 year ago
Code cleanup
Guillaume Mary
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.
Guillaume Mary
More...
over 1 year ago
Fixing ResultSetWrapper field name change
Guillaume Mary
More...
over 1 year ago
Enhancing tests about readonly properties. Fixing generics of constructor signature of ToBeanRowTransformer
Guillaume Mary
More...
over 1 year ago
Following AccessorChain.giveInputType(..) signature change.
Guillaume Mary
More...
over 1 year ago
Adding BigDecimal to default mappings
Guillaume Mary
More...
over 1 year ago
Changing signature of SqlTypeRegistry.put(Class, int, String) to put(Class,String, int). Reviewing Javadoc around SqlTypeRegistry
Guillaume Mary
More...
over 1 year ago
Fixing Sonar remarks
Guillaume Mary
More...
over 1 year ago
Merge pull request #20 from codefilarete/v2
Guillaume Mary
More...
over 1 year ago
Merge pull request #19 from codefilarete/v2
Guillaume Mary
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)
Guillaume Mary
More...
over 1 year ago
Code cleanup
Guillaume Mary
More...
over 1 year ago
Javadoc and code cleanup
Guillaume Mary
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.
Guillaume Mary
More...
over 1 year ago
Implementing Coalesce SQL function and SQL function combination.
Guillaume Mary
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.
Guillaume Mary
More...
over 1 year ago
Implementing Map relation mapping with entries made of entity on key and value.
Guillaume Mary
More...
over 1 year ago
Reworking code to share almost-duplicate-code between "key as entity" and "value as entity" cases.
Guillaume Mary
More...
over 1 year ago
Implementing value as entity in Map relation.
Guillaume Mary
More...
over 1 year ago
Fixing wrong implementation of deletion while no cascade is specified (RelationModel.ALL by default)
Guillaume Mary
More...
over 1 year ago
Implementing cascade modes for Map relation.
Guillaume Mary
More...
over 1 year ago
Implementing entry value change in Map relation.
Guillaume Mary
More...
over 1 year ago
Implementing Map mapping when key is an entity type.
Guillaume Mary
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.
Guillaume Mary
More...
almost 2 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree