I have two entities Document and Property where a document has a set of properties: @Entity public class Document{ @Id private Integer id; ...
確定! 回上一頁