Commit Graph

18 Commits

Author SHA1 Message Date
Sascha Szott
b8f638b3b6 use equals instead of ==
(cherry picked from commit 80de8f6fb5)
2024-08-02 16:24:13 +00:00
Bruno Roemers
9a0ace4ce4 Merge branch 'main' into tilted_rels 2021-04-07 14:54:11 +02:00
Tim Donohue
e88db03c51 Additional replacements where schema, element & qualifier were separate 2021-03-31 15:04:46 -05:00
April Herron
06c39ad750 Implement tilted relationships to help improve performance 2021-02-10 09:20:15 -05:00
Ben Bosman
4fda5c1354 improving performance of the getType function, it's not a virtual field 2019-11-28 14:16:04 +01:00
Andrew Wood
4882a7914d DS-4224 Comply with community master 2019-10-16 15:54:27 -04:00
Andrew Wood
a4c0b62b52 DS-4224 Improve paging impl for Entities 2019-10-16 15:54:27 -04:00
Andrew Wood
c2aa03d9f5 DS-4224 Catch up with master 2019-10-16 15:54:27 -04:00
Samuel
6da844941d DS-4096 paginated methods for relationships 2019-10-16 15:54:26 -04:00
benbosman
96490e5570 Merge pull request #2545 from atmire/DS-4359_issue-entity-type-null
[DS-4359] added nullcheck in EntityServiceImpl#getAllRelationshipTypes
2019-10-10 17:13:15 +02:00
Raf Ponsaerts
15a4202472 [DS-4359] added nullcheck in EntityServiceImpl#getAllRelationshipTypes 2019-10-10 14:08:30 +02:00
Raf Ponsaerts
ec3b07e500 Changes type to typeName to avoid confusing, fixed checkstyle 2019-09-02 12:43:32 +02:00
Jelle Pelgrims
ed17587170 Rename leftwardLabel and rightwardLabel
Renamed the leftwardLabel and rightwardlabel for Relationship to
leftwardValue and rightwardValue. Renamed the same values for
RelationshipType to leftwardType and rightwardType.
2019-08-13 15:30:49 +02:00
Jelle Pelgrims
3c31fdf648 Rename relationship type left and right labels
Renamed the columns 'left_label' and 'right_label' in the table
'relationship_type' to 'leftward_label' and 'rightward_label'.
Also renamed all instances of [l|L]eftLabel and [r|R]ightLabel
to [l|L]eftwardLabel and [r|R]ightwardLabel, respectively.
2019-08-06 13:59:58 +02:00
Ben Bosman
70e34edfef override 2019-04-29 11:13:55 +02:00
Ben Bosman
a23a8821e6 Feedback on PR-2376 2019-04-09 15:16:17 +02:00
Tim Donohue
09faec3f17 Update Entities code to use log4j2 and commons-lang v3 (per master merge) 2018-12-06 17:43:15 +00:00
Raf Ponsaerts
f223f1c067 DSpace 7 Entities 2018-10-24 10:24:09 +02:00