src/main/kotlin/com/haulmont/astronomy/model/Customer.kt [19:25]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Enumerated @Column(name = "grade") var grade: CustomerGrade? = null override fun equals(other: Any?): Boolean { if (this === other) return true if (other == null || Hibernate.getClass(this) != Hibernate.getClass(other)) return false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/haulmont/astronomy/model/Discounts.kt [14:20]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Enumerated @Column(name = "grade") var grade: CustomerGrade? = null override fun equals(other: Any?): Boolean { if (this === other) return true if (other == null || Hibernate.getClass(this) != Hibernate.getClass(other)) return false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -