OrmEmbeddableType

org.beangle.data.orm.OrmEmbeddableType
final class OrmEmbeddableType(var clazz: Class[_]) extends EmbeddableType with OrmStructType

Attributes

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

Members list

Concise view

Value members

Concrete methods

Inherited methods

def addProperty(property: OrmProperty): Unit

Attributes

Inherited from:
OrmStructType
override def getProperty(name: String): Option[OrmProperty]

Attributes

Definition Classes
Inherited from:
OrmStructType
def newInstance(): AnyRef

Attributes

Inherited from:
Type
override def property(name: String): OrmProperty

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

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

Attributes

name

property name

Definition Classes
Inherited from:
OrmStructType

Concrete fields

var clazz: Class[_]
var parentName: Option[String]

Inherited fields

var properties: Map[String, OrmProperty]

Attributes

Inherited from:
OrmStructType