io
.
strongtyped
.
active
.
slick
EntityActionsLike
trait
EntityActionsLike
extends
CrudActions
Linear Supertypes
CrudActions
,
AnyRef
,
Any
Known Subclasses
EntityActions
Ordering
Alphabetic
By inheritance
Inherited
EntityActionsLike
CrudActions
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
abstract
type
Entity
<:
Identifiable
Definition Classes
EntityActionsLike
→
CrudActions
type
Id
=
Entity.Id
Abstract Value Members
abstract
def
count
:
slick.driver.JdbcProfile.API.DBIO
[
Int
]
Definition Classes
CrudActions
abstract
def
delete
(
entity:
Entity
)
(
implicit
exc:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Int
]
Definition Classes
CrudActions
abstract
def
deleteById
(
id:
Id
)
(
implicit
exc:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Int
]
abstract
def
fetchAll
(
fetchSize:
Int
=
100
)
(
implicit
exc:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.StreamingDBIO
[
Seq
[
Entity
],
Entity
]
Definition Classes
CrudActions
abstract
def
findById
(
id:
Id
)
:
slick.driver.JdbcProfile.API.DBIO
[
Entity
]
abstract
def
findOptionById
(
id:
Id
)
:
slick.driver.JdbcProfile.API.DBIO
[
Option
[
Entity
]]
abstract
def
insert
(
entity:
Entity
)
(
implicit
exc:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Id
]
abstract
val
jdbcProfile
:
JdbcProfile
Definition Classes
EntityActionsLike
→
CrudActions
abstract
def
save
(
entity:
Entity
)
(
implicit
exc:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Entity
]
Definition Classes
CrudActions
abstract
def
update
(
entity:
Entity
)
(
implicit
exc:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Entity
]
Definition Classes
CrudActions
Concrete Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
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
(
...
)
Inherited from
CrudActions
Inherited from
AnyRef
Inherited from
Any
Ungrouped