0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implementing override of colum name for complex type in keys and values of Map relation. More... almost 2 years ago
Implementing complex type in keys and values (together) of Map relation. More... almost 2 years ago
Implementing complex type in keys and values of Map relation. More... almost 2 years ago
First implementation of Map relation persistence. Only value types are supported. Requires some work for support entity as key and value. More... almost 2 years ago
Fixing not generated artifact test-jar for orm module, required by spring-integration module. More... almost 2 years ago
Adding support for TreeSet and Queue in collection factory More... almost 2 years ago
Implementing Spring Data Repository with Stalactite More... almost 2 years ago
Creating ORM module for all supported databases More... almost 2 years ago
Removing FluentCompositeKeyMappingConfigurationSupport.ColumnLinkageOptionsByColumn which is unused. Cleaning related code. More... almost 2 years ago
Basic implementation of JPA secondary table. More... almost 2 years ago
Code simplification around naming strategies : introducing NamingConfiguration and NamingConfigurationCollector to slim PersisterBuilderImpl as well as all polymorphism builders. More... almost 2 years ago
Supporting composite primary key in polymorphic entity selection. More... almost 2 years ago
Fixing class name to match other classes naming convention More... almost 2 years ago
Code cleanup More... almost 2 years ago
Implementing support of ordered many-to-many relation. Fixing start index of ordered collection : changed from 0 to 1. More... almost 2 years ago
Some code cleanup More... almost 2 years ago
One-to-many code simplification : replacing mapOneToManyList(..) & mapOneToManySet(..) by mapOneToMany(..). Removing some dead classes. More... almost 2 years ago
Implementing indexation of Sets, and Collections by extension. Support List and LinkedHashSet. Still requires some code simplification More... almost 2 years ago
Adding feature of setting ordering column by name More... almost 2 years ago
Fixing NullPointerException on Collection access while field or method accessor returns null (field not initialized) More... almost 2 years ago
Fixing sequence name containing package name, changing signature of getIdentifierProvider(..), Javadoc. More... almost 2 years ago
Renaming FluentSubEntityMappingConfiguration to FluentSubEntityMappingBuilder and introduce SubEntityMappingConfigurationProvider to mimic FluentEntityMappingBuilder More... almost 2 years ago
Enhancing message exception More... almost 2 years ago
Renaming FluentEntityMappingBuilder.mapInheritance(..) to mapSuperClass(..) for simplification. Adding clarification in Javadoc. More... almost 2 years ago
Possibility to set field name on a composite key More... almost 2 years ago
Fixing tests about "Definition of a key property through field is not yet supported" More... almost 2 years ago
Some code cleanup More... almost 2 years ago
Renaming AccessorChain.forModel(..) to chainNullSafe(..) More... almost 2 years ago
Adding possibility to define field name underneath setter/getter. Changed way of defining column name through API to avoid conflict with field name and clarify intention (else we could have a method with several String arguments) More... almost 2 years ago
EntityCriteriaSupport.propertyToColumn reworked to fix column not found issue More... almost 2 years ago