ndv
06/25/2017, 5:41 PMEntity
, so using hibernate's @Column(...)
annotation doesn't work. Something like this:
@Column(nullable = false, length = 55)
var example: String by NonEmptyString("EXAMPLE")
Is there an alternative way of specifying the hibernate annotation or am I better off doing something else? Thanks!