OrmMapProperty

final
class OrmMapProperty(name: String, clazz: Class[_], var key: OrmType, elem: OrmType) extends OrmPluralProperty with MapProperty
trait MapProperty
trait Cloneable
trait Fetchable
trait PluralProperty
trait Property
class Object
trait Matchable
class Any

Value members

Concrete methods

override
Definition Classes

Inherited methods

def many2many: Boolean
Inherited from
OrmPluralProperty

Concrete fields

var keyColumn: Column

Inherited fields

var batchSize: Option[Int]
Inherited from
OrmPluralProperty
var cascade: Option[String]
Inherited from
OrmProperty
Inherited from
OrmPluralProperty
var fetch: Option[String]
Inherited from
Fetchable
var generated: Option[String]
Inherited from
OrmProperty
Inherited from
OrmProperty
var index: Option[Column]
Inherited from
OrmPluralProperty
var insertable: Boolean
Inherited from
OrmProperty
var inverse: Boolean
Inherited from
OrmPluralProperty
var inverseColumn: Option[Column]
Inherited from
OrmPluralProperty
var lazyed: Boolean
Inherited from
OrmProperty
var mappedBy: Option[String]
Inherited from
OrmPluralProperty
var mergeable: Boolean
Inherited from
OrmProperty
var one2many: Boolean
Inherited from
OrmPluralProperty
var optimisticLocked: Boolean
Inherited from
OrmProperty
var optional: Boolean
Inherited from
OrmProperty
var ownerColumn: Column
Inherited from
OrmPluralProperty
var sort: Option[String]
Inherited from
OrmPluralProperty
var subselect: Option[String]
Inherited from
OrmPluralProperty
var table: Option[String]
Inherited from
OrmPluralProperty
var updateable: Boolean
Inherited from
OrmProperty
var where: Option[String]
Inherited from
OrmPluralProperty