OrmStructType

trait OrmStructType extends OrmType with StructType
trait OrmType
trait Type
trait Cloneable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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

Value parameters:
name

property name

Definition Classes

Inherited methods

def clazz: Class[_]
Inherited from:
Type
def copy(): OrmType
Inherited from:
OrmType
def newInstance(): AnyRef
Inherited from:
Type

Concrete fields

var properties: Map[String, OrmProperty]