4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When mapping on an existing collection, clear and add elements instead of calling the setter. This is usefull for instance when updating a collection instrumented by an ORM framework. More... over 13 years ago
When mapping on an existing collection, clear and add elements instead of calling the setter. This is usefull for instance when updating a collection instrumented by an ORM framework. More... over 13 years ago
Add register a concrete class for one mapping operation More... over 13 years ago
Add register a concrete class for one mapping operation More... over 13 years ago
When mapping on an existing object, map on the unenhanced object. More... over 13 years ago
When mapping on an existing object, map on the unenhanced object. More... over 13 years ago
Add Byte.TYPE to immutable types More... over 13 years ago
Add Byte.TYPE to immutable types More... over 13 years ago
Get property type when there is no getter or no setter method More... over 13 years ago
Get property type when there is no getter or no setter method More... over 13 years ago
Check whether a converter exists when mapping and if yes use the converter. More... over 13 years ago
Check whether a converter exists when mapping and if yes use the converter. More... over 13 years ago
Support recursively mapping on existing destination objects. Unenhance destination too. More... over 13 years ago
Support recursively mapping on existing destination objects. Unenhance destination too. More... over 13 years ago
Fixed a bug related to the use of unenhance strategy with polymorphic associations handled by Hibernate. Fixed a bug related to converter and nested properties (no null check for destination). Changed the name of generated Mapper classes. More... over 13 years ago
Fixed a bug related to the use of unenhance strategy with polymorphic associations handled by Hibernate. Fixed a bug related to converter and nested properties (no null check for destination). Changed the name of generated Mapper classes. More... over 13 years ago
Remove unused variable. More... over 13 years ago
Remove unused variable. More... over 13 years ago
Added the source when invoking ObjectFactory and removed the destination class. More... over 13 years ago
Added the source when invoking ObjectFactory and removed the destination class. More... over 13 years ago
Fixed the tests since the introduction of the build() method on the MapperFactory. More... over 13 years ago
Fixed the tests since the introduction of the build() method on the MapperFactory. More... over 13 years ago
Added a test for converters with nested properties. Added a build method to the MapperFactory to build the mappers. Added the reference to the MapperFacade on customized mappers. More... over 13 years ago
Added a test for converters with nested properties. Added a build method to the MapperFactory to build the mappers. Added the reference to the MapperFacade on customized mappers. More... over 13 years ago
Moved the ignore mechanism from the ClassMap to the FieldMap. Added the expression to the Property class to avoid a bug related to the property cache when using nested properties. Refactored the converter mechanism in order to be able to reuse a converter class for multiple source class - destination class pairs. Added the sourceObject to the newObject method. More... over 13 years ago
Moved the ignore mechanism from the ClassMap to the FieldMap. Added the expression to the Property class to avoid a bug related to the property cache when using nested properties. Refactored the converter mechanism in order to be able to reuse a converter class for multiple source class - destination class pairs. Added the sourceObject to the newObject method. More... over 13 years ago
Excluded Hibernate transitive dependency. Added support for inverse, useful for instance when the source relationships are unidirectional and the destination relationships are bidirectional. Added a builder for FieldMap metadata objects. Documentation will be updated later. My first Orika commit, yeahah! More... over 13 years ago
Excluded Hibernate transitive dependency. Added support for inverse, useful for instance when the source relationships are unidirectional and the destination relationships are bidirectional. Added a builder for FieldMap metadata objects. Documentation will be updated later. My first Orika commit, yeahah! More... over 13 years ago
git-svn-id: https://orika.googlecode.com/svn/trunk@139 f4a4e40d-1d15-de9b-c3e8-c5ea35f5a4c4 More... over 13 years ago
git-svn-id: https://orika.googlecode.com/svn/trunk@139 f4a4e40d-1d15-de9b-c3e8-c5ea35f5a4c4 More... over 13 years ago