org.tresql

Resources

trait Resources extends NameMap

Linear Supertypes
NameMap, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Resources
  2. NameMap
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def conn: Connection

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def colName(objectName: String, propertyName: String): String

    Definition Classes
    ResourcesNameMap
  9. def dialect: PartialFunction[Expr, String]

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def idExpr: (String) ⇒ String

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def metaData: MetaData

  18. def nameExpr(tableName: String): Option[String]

    TreSQL expression returning entity name.

    TreSQL expression returning entity name. Typically it is a query from table referenced by tableName (NOT objectName!). Name expression is used in ORT.fill method if fillNames parameter is true when foreign key property of the object is resolved to name. In this case filter clause of name expression if present is replaced with this one - [<pk of referenced table> = <foreign key property value>] Examples: 1. name of entity emp (when used in ORT.fill method first table in table clause must be the one which is referenced by object foreign key property): emp/dept{firstname + ' ' + lastname + ', ' + deptname} 2. name of some entity as a comma separated list of columns. In this case expression will be transformed to: table_name {<column list>} registration_number + ", " + name, foundation_date

    Definition Classes
    ResourcesNameMap
  19. def nameMap: NameMap

  20. def nameMap_=(map: NameMap): Unit

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def propNameExpr(objectName: String, propertyName: String): Option[String]

    TreSQL expression defining property name.

    TreSQL expression defining property name. This is typically used in ORT.fillMethod if fillNames parameter is true to resolve foreign key properties to names.

    Definition Classes
    ResourcesNameMap
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def tableName(objectName: String): String

    Definition Classes
    ResourcesNameMap
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def update(map: (Map[String, String], Map[String, Map[String, String]], Map[String, String], Map[String, Map[String, String]])): Unit

    Set name map for this NameMap implementation 1.

    Set name map for this NameMap implementation 1. map: object name -> table name, 2. map: object name -> map: (property name -> column name), 3. map: table name -> name tresql expression 4. map: object name -> map: (property name -> name tresql expression)

  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NameMap

Inherited from AnyRef

Inherited from Any

Ungrouped