JPA

easysql.dsl.JPA
See theJPA companion object
class JPA[E <: Product](val table: TableSchema[E]) extends Dynamic

Attributes

Companion
object
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

inline def applyDynamic[N <: String & Singleton](inline name: N)(using m: ProductOf[E])(args: JPAArgsType[<none>, MirroredElemLabels, SplitUnderline[N]]): Select[(E), _]
def fetchCondition(tableName: String, tokens: BufferedIterator[String], args: Iterator[Any], columns: Map[String, String]): Option[Expr[Boolean]]

Concrete fields

val table: TableSchema[E]