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
O
Orika
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 46 of 47
Search / Filter on:
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.
cyril-combe
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.
cyril-combe
More...
over 13 years ago
Add register a concrete class for one mapping operation
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
Add register a concrete class for one mapping operation
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
When mapping on an existing object, map on the unenhanced object.
cyril-combe
More...
over 13 years ago
When mapping on an existing object, map on the unenhanced object.
cyril-combe
More...
over 13 years ago
Add Byte.TYPE to immutable types
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
Add Byte.TYPE to immutable types
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
Get property type when there is no getter or no setter method
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
Get property type when there is no getter or no setter method
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
Check whether a converter exists when mapping and if yes use the converter.
cyril-combe
More...
over 13 years ago
Check whether a converter exists when mapping and if yes use the converter.
cyril-combe
More...
over 13 years ago
Support recursively mapping on existing destination objects. Unenhance destination too.
cyril-combe
More...
over 13 years ago
Support recursively mapping on existing destination objects. Unenhance destination too.
cyril-combe
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.
cyril-combe
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.
cyril-combe
More...
over 13 years ago
Remove unused variable.
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
Remove unused variable.
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
Added the source when invoking ObjectFactory and removed the destination class.
cyril-combe
More...
over 13 years ago
Added the source when invoking ObjectFactory and removed the destination class.
cyril-combe
More...
over 13 years ago
Fixed the tests since the introduction of the build() method on the MapperFactory.
cyril-combe
More...
over 13 years ago
Fixed the tests since the introduction of the build() method on the MapperFactory.
cyril-combe
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.
cyril-combe
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.
cyril-combe
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.
cyril-combe
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.
cyril-combe
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!
cyril-combe
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!
cyril-combe
More...
over 13 years ago
git-svn-id: https://orika.googlecode.com/svn/trunk@139 f4a4e40d-1d15-de9b-c3e8-c5ea35f5a4c4
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
git-svn-id: https://orika.googlecode.com/svn/trunk@139 f4a4e40d-1d15-de9b-c3e8-c5ea35f5a4c4
Sidi Mohamed El Aatifi
as elaatifi
More...
over 13 years ago
←
1
2
…
39
40
41
42
43
44
45
46
47
→
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