EntityType

trait EntityType extends StructType
trait Type
class Object
trait Matchable
class Any

Value members

Abstract methods

def entityName: String

Inherited methods

def clazz: Class[_]
Inherited from:
Type
def getProperty(name: String): Option[Property]
Inherited from:
StructType
def newInstance(): AnyRef
Inherited from:
Type
def property(name: String): Property
Inherited from:
StructType