prePersist() method of my entity is not being invoked.
@ORM\PrePersist is missing parenthesis, it should be @ORM\PrePersist()
@ORM\PrePersist