OrmStructType

org.beangle.data.orm.OrmStructType
trait OrmStructType extends OrmType with StructType

Attributes

Graph
Supertypes
trait OrmType
trait Type
trait Cloneable
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def addProperty(property: OrmProperty): Unit
override def getProperty(name: String): Option[OrmProperty]

Attributes

Definition Classes
override def property(name: String): OrmProperty

获取属性对应的属性映射,支持嵌入式属性

获取属性对应的属性映射,支持嵌入式属性

Attributes

name

property name

Definition Classes

Inherited methods

def clazz: Class[_]

Attributes

Inherited from:
Type
def copy(): OrmType

Attributes

Inherited from:
OrmType
def newInstance(): AnyRef

Attributes

Inherited from:
Type

Concrete fields

var properties: Map[String, OrmProperty]