OrmCollectionProperty

org.beangle.data.orm.OrmCollectionProperty
class OrmCollectionProperty(name: String, clazz: Class[_], element: OrmType) extends OrmPluralProperty, CollectionProperty

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
OrmPluralProperty
def many2many: Boolean

Attributes

Inherited from:
OrmPluralProperty

Concrete fields

var orderBy: Option[String]

Inherited fields

var batchSize: Option[Int]

Attributes

Inherited from:
OrmPluralProperty
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 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