OrmMapProperty

org.beangle.data.orm.OrmMapProperty
final class OrmMapProperty(name: String, clazz: Class[_], var key: OrmType, elem: OrmType) extends OrmPluralProperty, MapProperty

Attributes

Graph
Supertypes
trait MapProperty
trait Cloneable
trait Fetchable
class OrmProperty
trait Property
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def copy(): OrmMapProperty

Attributes

Definition Classes

Inherited methods

def many2many: Boolean

Attributes

Inherited from:
OrmPluralProperty

Concrete fields

var key: OrmType
var keyColumn: Column

Inherited fields

var batchSize: Option[Int]

Attributes

Inherited from:
OrmPluralProperty
var cascade: Option[String]

Attributes

Inherited from:
OrmProperty

Attributes

Inherited from:
OrmPluralProperty
var fetch: Option[String]

Attributes

Inherited from:
Fetchable
var generated: Option[String]

Attributes

Inherited from:
OrmProperty

Attributes

Inherited from:
OrmProperty
var index: Option[Column]

Attributes

Inherited from:
OrmPluralProperty
var insertable: Boolean

Attributes

Inherited from:
OrmProperty
var inverse: Boolean

Attributes

Inherited from:
OrmPluralProperty
var inverseColumn: Option[Column]

Attributes

Inherited from:
OrmPluralProperty
var isLazy: Boolean

Attributes

Inherited from:
OrmProperty
var mappedBy: Option[String]

Attributes

Inherited from:
OrmPluralProperty
var mergeable: Boolean

Attributes

Inherited from:
OrmProperty
var one2many: Boolean

Attributes

Inherited from:
OrmPluralProperty
var optimisticLocked: Boolean

Attributes

Inherited from:
OrmProperty
var optional: Boolean

Attributes

Inherited from:
OrmProperty
var ownerColumn: Column

Attributes

Inherited from:
OrmPluralProperty
var sort: Option[String]

Attributes

Inherited from:
OrmPluralProperty
var subselect: Option[String]

Attributes

Inherited from:
OrmPluralProperty
var table: Option[String]

Attributes

Inherited from:
OrmPluralProperty
var updatable: Boolean

Attributes

Inherited from:
OrmProperty
var where: Option[String]

Attributes

Inherited from:
OrmPluralProperty