EntitySupport

trait EntitySupport[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

@ignore
final protected
def entityName: String
protected
def getId(name: String): Option[String]
final protected
def getId[E](name: String, clazz: Class[E]): Option[E]

Get entity's id from shortname.id,shortnameId,id

Get entity's id from shortname.id,shortnameId,id

@ignore
protected
def id(name: String): String
final protected
def id[E](name: String, clazz: Class[E]): E

Get entity's id from shortname.id,shortnameId,id

Get entity's id from shortname.id,shortnameId,id

final protected
def ids[X](name: String, clazz: Class[X]): List[X]

Get entity's id array from parameters shortname.id,shortname.ids,shortnameIds

Get entity's id array from parameters shortname.id,shortname.ids,shortnameIds

final protected
def intId(shortName: String): Int
final protected
def intIds(shortName: String): List[Int]

Get entity's long id array from parameters shortname.id,shortname.ids,shortnameIds

Get entity's long id array from parameters shortname.id,shortname.ids,shortnameIds

final protected
def longId(shortName: String): Long
final protected
def longIds(shortName: String): List[Long]

Get entity's long id array from parameters shortname.id,shortname.ids,shortnameIds

Get entity's long id array from parameters shortname.id,shortname.ids,shortnameIds

@ignore
protected
def simpleEntityName: String

Concrete fields

@noreflect
val entityType: Class[T]