I can't find where we specify whether this is allowed: ```java class EntityListener { @PrePersist void onPersistBook(Book book) {} @PrePersist void onPersistAuthor(Author book) {} } ``` I think it _should_ be allowed.