Skip to content

Conversation

@christophstrobl
Copy link
Member

Custom value types like outlined below can now serve as id property as long as a dedicated Converter is present.

public class IdValue { String id; } public class DomainType { @id IdValue id; String value; // ... }
Custom value types like outlined below can now server as id property public class IdValue {	String id; } public class DomainType { @id	IdValue id;	String value;	// ... }
@schauder
Copy link
Contributor

Thanks, that's merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants