8000 Introduce ICompositePartId and impl. for Date, Long, Integer, Boolean by paolobazzi · Pull Request #1478 · eclipse-scout/scout.rt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Introduce ICompositePartId and impl. for Date, Long, Integer, Boolean #1478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: releases/25.2
Choose a base branch
from

Conversation

paolobazzi
Copy link
Member

No description provided.

@paolobazzi paolobazzi self-assigned this Apr 14, 2025
@paolobazzi paolobazzi force-pushed the features/pbz/25.2/411383-composite-ids-non-id-component branch from 7d7acdc to 167ff1d Compare April 14, 2025 14:59
@paolobazzi paolobazzi changed the title WIP Introduce ICompositePartId and impl. for Date, Long, Integer, Boolean Apr 14, 2025
ICompositePartId may be used for simple parts of ICompositeId which
are not used separately in API or persistence outside the composite id.

411383
@paolobazzi paolobazzi force-pushed the features/pbz/25.2/411383-composite-ids-non-id-component branch from 167ff1d to cb75599 Compare April 14, 2025 15:35
@@ -15,6 +15,9 @@
* An interface to represent an arbitrary id based on the composition of multiple {@link IId}'s as components. The
* type(s) of the raw (wrapped) ids is required to be an instance of {@link IId}.
* <p>
* See {@link ICompositePartId} and subclasses for a set of convenience wrapper types to be used for parts, which are not used aside of the
* composite id in APIs or persisted data objects and therefore do not need a separate class type for their own.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove starting space

* @see ICompositeId
*/
@IdSignature(false)
public interface ICompositePartId extends IRootId {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider removing and mentioned all available implementation on ICompositeId. Or rename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0