anorm
Pk
Related Doc:
package anorm
trait
Pk
[
+ID
]
extends
NotNull
Annotations
@deprecated
Deprecated
(Since version 2.3.0)
Do not use directly, but consider
Id
or
NotAssigned
.
Source
Anorm.scala
Linear Supertypes
NotNull
,
AnyRef
,
Any
Known Subclasses
Id
,
NotAssigned
Ordering
Alphabetic
By inheritance
Inherited
Pk
NotNull
AnyRef
Any
Hide All
Show all
Learn more about member selection
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
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]
)
def
flatMap
[
B
]
(
f: (
ID
) ⇒
Option
[
B
]
)
:
Option
[
B
]
def
foreach
(
f: (
ID
) ⇒
Unit
)
:
Unit
def
get
:
ID
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getOrElse
[
V >:
ID
]
(
id:
V
)
:
V
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isDefined
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
map
[
B
]
(
f: (
ID
) ⇒
B
)
:
Option
[
B
]
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
toOption
:
Option
[
ID
]
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
NotNull
Inherited from
AnyRef
Inherited from
Any
Ungrouped
(Since version 2.3.0) Do not use directly, but consider Id or NotAssigned.