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 withTableNaming(..) to FluentEntityMappingBuilder More... almost 2 years ago
Enhancing entity criteria API with methods that can target chain of accessors More... almost 2 years ago
Creation of orm module adapters to help users to get the orm dependency with database specificities. More... almost 2 years ago
Taking readonly columns mapping in some more algorithms More... almost 2 years ago
Fixing select by entity criteria due to column not found error thrown by database driver More... almost 2 years ago
Changing readonly properties accessor from Mutator to ReversibleAccessor to make it accept AccessorChain More... almost 2 years ago
Fixing constructor arg More... almost 2 years ago
Allowing PersistenceContext.getPersister(..) to return a compatible persister with given class More... almost 2 years ago
Code cleanup about Javadoc and generics More... almost 2 years ago
Introducing readonly properties (non-relational) More... almost 2 years ago
Fixing missed generified ValueAccessPointSet More... almost 2 years ago
Completing MariaDB and MySQL keywords. Fixing typo in their name provider classes. More... almost 2 years ago
Generified ValueAccessPoint More... almost 2 years ago
Fixing test about PooledHiLoSequence as well as its documentation. More... almost 2 years ago
Adding Number.class support from Dialect to ResultSet and PreparedStatement binding More... almost 2 years ago
Making PooledHiLoSequence starts from 1, not from 0, to avoid conflict with long primitive default value and entities with long primitive primary key because it fails on detecting if id is for a concrete entity or just default JVM value. Short story : in such case, entity with 0 as id would have not been considered instances when reading database, or would have never been persisted. More... almost 2 years ago
Easing configuration of before-insert identifier policy to avoid requirement of Dialect and ConnectionConfiguration because they must be exposed as variable whereas they can be hidden in PersistenceContext, or they could be not synced with (different from) ones given to PersistenceContext More... almost 2 years ago
Removing javax.persistence API from dependencies because it's useless and overall disturb caller which may use a more recent version of it. More... almost 2 years ago
JavaTypeToSqlTypeMapping.getTypeName(..) doesn't throw BindingException anymore, returns null instead. More... about 2 years ago
Bump hsqldb from 2.3.2 to 2.7.1 in /sql-adapter/sql-hsqldb-adapter More... about 2 years ago
Making a basic implementation of StalactiteRepository based on Spring classes More... about 2 years ago
Bump h2 from 2.1.210 to 2.2.220 in /sql-adapter/sql-h2-adapter More... about 2 years ago
Preparing code for Spring Stalactite repository : upgrading Spring to latest 5th version (requires removal of Hibernate4ConnectionProvider because Spring 5 doesn't support anymore Hibernate 4), adding Spring-Data dependency, creating StalactiteRepository More... about 2 years ago
Moving Spring transaction manager bridge classes to dedicated package More... about 2 years ago
Fixing foreign key naming strategy : table name was missing in hash making it not unique for whole database More... about 2 years ago
Implementing and testing composite-key with table-per-class inheritance. More... about 2 years ago
Implementing and testing composite-key with single-table inheritance. More... about 2 years ago
Adding SQL operation tests to composite-key with join-table inheritance. More... about 2 years ago
Implementing and testing composite-key with join-table inheritance. AbstractIdentification moved from PersisterBuilderImpl to lighten it. More... about 2 years ago
Implementing and testing composite-key with many-to-many relation More... about 2 years ago