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 assertion that checks composite identifier implements equals/hashCode More... about 2 years ago
Adding some tests about EmbeddedClassMapping.getUpdateValues More... about 2 years ago
Code cleanup More... about 2 years ago
Fixing infinite loop in AbstractCycleLoader.java. Code cleanup. More... about 2 years ago
Making select() returns a Set, noe more a List, because by design there shouldn't be duplicates in result. Now API should let one asks for SortedSet or LinkedHashSet : requires more work. More... about 2 years ago
Code cleanup: mainly UpdateListener methods signature change by removing "? extends" in Duo arguments. More... about 2 years ago
Adding test about persist() operation in one-to-many relation with composite key owned by target. Needed introduction of a new PersistExecutor.persist(..) method. Whole algorithm is not yet optimal, see comment in SimpleRelationalEntityPersister.persist(..) More... about 2 years ago
Adding test about CRUD operations in one-to-many relation with composite key and association table. Needed fix in AbstractOneToManyWithAssociationTableEngine More... over 2 years ago
Adding test about foreign key creation in one-to-many relation with composite key and association table. Needed fix in AssociationTable More... over 2 years ago
Adding some tests in FluentEntityMappingConfigurationSupportCompositeKeyTest. More... over 2 years ago
Renaming Persister to BeanPersister as well as CompositeKeyPersister to CompositeKeyedBeanPersister. Adding test on composite key entity and one-to-many : FluentEntityMappingConfigurationSupportCompositeKeyTest.crud_oneToMany_ownedByTarget More... over 2 years ago
Adding composite key and one-to-one test More... over 2 years ago
Introducing composite key mapping into the API More... over 2 years ago
Introducing PersistListener More... over 2 years ago
Removing EntityConfiguredJoinedTablesPersister, replaced by ConfiguredRelationalPersister (which was renamed from ConfiguredJoinedTablesPersister), because it was kind of useless More... over 2 years ago
Renaming listener error methods to avoid language conflict if someone want to create a listener mixing them all More... over 2 years ago
Replacing IdentityMap by the one of Tool Project More... over 2 years ago
Enhancing AbstractTransformer.addTransformerListener methods generics signature More... over 2 years ago
Fixing typo in class name More... over 2 years ago
Enhancing Listeners methods generics signature More... over 2 years ago
Introducing composite key, overall in background, hence making all code compatible with new notion of Key. Requires to implement test about it. Enhancing table-per-class support while uncommenting test code. Enhancing code readbility by cutting it into smaller pieces one-to-one and one-to-many configuration. Huge commit, sorry for the mess. More... over 2 years ago
Do not close connection on dialect discovery More... over 2 years ago
Bump postgresql in /sql-adapter/sql-postgresql-adapter More... over 2 years ago
Renaming Cascade* classes to *Relation classes. Renaming also configurers and their main methods : appendCascades(..) to configure(..). More... almost 3 years ago
Many-to-many feature with cycling mapping More... almost 3 years ago
Basic many-to-many feature implementation More... almost 3 years ago
Moving oneToManyList test from oneToManySet More... almost 3 years ago
Enhancing fluent API after limit keyword More... almost 3 years ago
Adding unique constraint to schema structure and generation. More... almost 3 years ago
Moving some code from EntityJoinTree to respective classes More... almost 3 years ago