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 13 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adding withTableNaming(..) to FluentEntityMappingBuilder
Guillaume Mary
More...
almost 2 years ago
Enhancing entity criteria API with methods that can target chain of accessors
Guillaume Mary
More...
almost 2 years ago
Creation of orm module adapters to help users to get the orm dependency with database specificities.
Guillaume Mary
More...
almost 2 years ago
Taking readonly columns mapping in some more algorithms
Guillaume Mary
More...
almost 2 years ago
Fixing select by entity criteria due to column not found error thrown by database driver
Guillaume Mary
More...
almost 2 years ago
Changing readonly properties accessor from Mutator to ReversibleAccessor to make it accept AccessorChain
Guillaume Mary
More...
almost 2 years ago
Fixing constructor arg
Guillaume Mary
More...
almost 2 years ago
Allowing PersistenceContext.getPersister(..) to return a compatible persister with given class
Guillaume Mary
More...
almost 2 years ago
Code cleanup about Javadoc and generics
Guillaume Mary
More...
almost 2 years ago
Introducing readonly properties (non-relational)
Guillaume Mary
More...
almost 2 years ago
Fixing missed generified ValueAccessPointSet
Guillaume Mary
More...
almost 2 years ago
Completing MariaDB and MySQL keywords. Fixing typo in their name provider classes.
Guillaume Mary
More...
almost 2 years ago
Generified ValueAccessPoint
Guillaume Mary
More...
almost 2 years ago
Fixing test about PooledHiLoSequence as well as its documentation.
Guillaume Mary
More...
almost 2 years ago
Adding Number.class support from Dialect to ResultSet and PreparedStatement binding
Guillaume Mary
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.
Guillaume Mary
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
Guillaume Mary
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.
Guillaume Mary
More...
almost 2 years ago
JavaTypeToSqlTypeMapping.getTypeName(..) doesn't throw BindingException anymore, returns null instead.
Guillaume Mary
More...
about 2 years ago
Bump hsqldb from 2.3.2 to 2.7.1 in /sql-adapter/sql-hsqldb-adapter
dependabot[bot]
More...
about 2 years ago
Making a basic implementation of StalactiteRepository based on Spring classes
Guillaume Mary
More...
about 2 years ago
Bump h2 from 2.1.210 to 2.2.220 in /sql-adapter/sql-h2-adapter
dependabot[bot]
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
Guillaume Mary
More...
about 2 years ago
Moving Spring transaction manager bridge classes to dedicated package
Guillaume Mary
More...
about 2 years ago
Fixing foreign key naming strategy : table name was missing in hash making it not unique for whole database
Guillaume Mary
More...
about 2 years ago
Implementing and testing composite-key with table-per-class inheritance.
Guillaume Mary
More...
about 2 years ago
Implementing and testing composite-key with single-table inheritance.
Guillaume Mary
More...
about 2 years ago
Adding SQL operation tests to composite-key with join-table inheritance.
Guillaume Mary
More...
about 2 years ago
Implementing and testing composite-key with join-table inheritance. AbstractIdentification moved from PersisterBuilderImpl to lighten it.
Guillaume Mary
More...
about 2 years ago
Implementing and testing composite-key with many-to-many relation
Guillaume Mary
More...
about 2 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
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