OrmSingularProperty

org.beangle.data.orm.OrmSingularProperty
final class OrmSingularProperty(name: String, clazz: Class[_], optional: Boolean, var propertyType: OrmType) extends OrmProperty with Fetchable with ColumnHolder with Cloneable with SingularProperty

Attributes

Graph
Supertypes
trait Cloneable
trait Fetchable
trait Property
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def columns: Iterable[Column]

Concrete fields

var joinColumn: Option[Column]

Inherited fields

var cascade: Option[String]

Attributes

Inherited from:
OrmProperty
var fetch: Option[String]

Attributes

Inherited from:
Fetchable
var generated: Option[String]

Attributes

Inherited from:
OrmProperty

Attributes

Inherited from:
OrmProperty
var insertable: Boolean

Attributes

Inherited from:
OrmProperty
var isLazy: Boolean

Attributes

Inherited from:
OrmProperty
var mergeable: Boolean

Attributes

Inherited from:
OrmProperty
var optimisticLocked: Boolean

Attributes

Inherited from:
OrmProperty
var updatable: Boolean

Attributes

Inherited from:
OrmProperty