@embededid
@Embeddable
public class BookId implements Serializable {
private String author;
private String name;
// standard getters and setters
}
Prickly Peafowl