OrmSingularProperty

final class OrmSingularProperty(name: String, clazz: Class[_], optional: Boolean, var propertyType: OrmType) extends OrmProperty with Fetchable with ColumnHolder with Cloneable with SingularProperty
trait Cloneable
trait Fetchable
trait Property
class Object
trait Matchable
class Any

Value members

Concrete methods

def columns: Iterable[Column]

Concrete fields

var joinColumn: Option[Column]

Inherited fields

var cascade: Option[String]
Inherited from:
OrmProperty
var fetch: Option[String]
Inherited from:
Fetchable
var generated: Option[String]
Inherited from:
OrmProperty
Inherited from:
OrmProperty
var insertable: Boolean
Inherited from:
OrmProperty
var lazyed: Boolean
Inherited from:
OrmProperty
var mergeable: Boolean
Inherited from:
OrmProperty
var optimisticLocked: Boolean
Inherited from:
OrmProperty
var updateable: Boolean
Inherited from:
OrmProperty