EntityType

org.beangle.data.model.meta.EntityType
trait EntityType extends StructType

Attributes

Graph
Supertypes
trait Type
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def entityName: String

Inherited methods

def clazz: Class[_]

Attributes

Inherited from:
Type
def getProperty(name: String): Option[Property]

Attributes

Inherited from:
StructType
def newInstance(): AnyRef

Attributes

Inherited from:
Type
def property(name: String): Property

Attributes

Inherited from:
StructType