trait EntitySupport[T] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntitySupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
entityName: String
- Annotations
- @ignore()
- val entityType: Class[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
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
- Attributes
- protected
-
def
getId(name: String): Option[String]
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
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
- Attributes
- protected
-
def
id(name: String): String
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
ids[T](name: String, clazz: Class[T])(implicit arg0: ClassTag[T]): List[T]
Get entity's id array from parameters shortname.id,shortname.ids,shortnameIds
Get entity's id array from parameters shortname.id,shortname.ids,shortnameIds
- Attributes
- protected
-
final
def
intId(shortName: String): Int
- Attributes
- protected
-
final
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
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
longId(shortName: String): Long
- Attributes
- protected
-
final
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
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
simpleEntityName: String
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )