OrmEmbeddableType

final class OrmEmbeddableType(var clazz: Class[_]) extends EmbeddableType with OrmStructType
trait OrmType
trait Cloneable
trait Type
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def addProperty(property: OrmProperty): Unit
Inherited from:
OrmStructType
override def getProperty(name: String): Option[OrmProperty]
Definition Classes
Inherited from:
OrmStructType
def newInstance(): AnyRef
Inherited from:
Type
override def property(name: String): OrmProperty

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

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

Value parameters:
name

property name

Definition Classes
Inherited from:
OrmStructType

Concrete fields

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

Inherited fields

var properties: Map[String, OrmProperty]
Inherited from:
OrmStructType