mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
This commit is contained in:
parent
8427d2fad9
commit
6f2c8b82f4
@ -68,6 +68,12 @@ public class HqlDomain {
|
||||
public static class Account {
|
||||
@Id long id;
|
||||
@ManyToOne Person owner;
|
||||
@Embedded EmbeddedType embeddedData;
|
||||
}
|
||||
|
||||
@Embeddable
|
||||
public static class EmbeddedType {
|
||||
String someData;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user