OrmPluralProperty

org.beangle.data.orm.OrmPluralProperty
abstract class OrmPluralProperty(name: String, clazz: Class[_], var element: OrmType) extends OrmProperty, PluralProperty, Fetchable, Cloneable

Attributes

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

Members list

Value members

Concrete methods

def many2many: Boolean

Concrete fields

var batchSize: Option[Int]
var index: Option[Column]
var inverse: Boolean
var inverseColumn: Option[Column]
var mappedBy: Option[String]
var one2many: Boolean
var ownerColumn: Column
var sort: Option[String]
var subselect: Option[String]
var table: Option[String]
var where: Option[String]

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 optional: Boolean

Attributes

Inherited from:
OrmProperty
var updatable: Boolean

Attributes

Inherited from:
OrmProperty