OrmStructType

org.beangle.data.orm.OrmStructType

Attributes

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

Members list

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

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

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

Value parameters

name

property name

Attributes

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]