Reports missing identification property persistence objects.

Example:



  @Entity
  public class JavaEntity { // Error: entity class should have an @Id annotated property

  }