villela
10/06/2017, 7:28 PMagomez
10/06/2017, 8:02 PMthatadamedwards
10/06/2017, 8:08 PMvillela
10/06/2017, 8:19 PM@Document(collection = "company")
data class Company(@Id val id: Int,
@field:Transient
val citiesIds: List<Int>)
agomez
10/06/2017, 8:31 PMclass Person(@field:Column(nullable = false, length = 100, unique = true) var name: String)