Код: Выделить всё
@Document
public class MyBean{
@Id
private AnotherCustomBean anotherCustomBean = new AnotherCustomBean();
@CreatedDate
private Date creationDate;
@LastModifiedDate
private Date lastModifiedDate;
...
Подробнее здесь: https://stackoverflow.com/questions/267 ... ng-working