org
.
nlp4l
.
ltr
.
support
.
dao
DocFeatureDAO
Related Doc:
package dao
class
DocFeatureDAO
extends
HasDatabaseConfigProvider
[
JdbcProfile
]
Linear Supertypes
HasDatabaseConfigProvider
[
JdbcProfile
],
HasDatabaseConfig
[
JdbcProfile
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
DocFeatureDAO
HasDatabaseConfigProvider
HasDatabaseConfig
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DocFeatureDAO
(
dbConfigProvider:
DatabaseConfigProvider
)
Annotations
@Inject
()
Type Members
class
DocFeatureTable
extends
slick.driver.JdbcProfile.API.Table
[
DocFeature
]
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
(
...
)
def
count
()
:
Int
final
def
db
:
Database
Attributes
protected
Definition Classes
HasDatabaseConfig
final
val
dbConfig
:
DatabaseConfig
[
JdbcProfile
]
Attributes
protected
Definition Classes
HasDatabaseConfigProvider → HasDatabaseConfig
val
dbConfigProvider
:
DatabaseConfigProvider
Attributes
protected
Definition Classes
DocFeatureDAO
→ HasDatabaseConfigProvider
def
delete
(
id:
Int
)
:
Future
[
Int
]
def
deleteByLtrid
(
ltrid:
Int
)
:
Future
[
Int
]
def
deleteByQuid
(
qid:
Int
)
:
Future
[
Int
]
val
docfeatures
:
TableQuery
[
DocFeatureTable
]
final
lazy val
driver
:
JdbcProfile
Attributes
protected
Definition Classes
HasDatabaseConfig
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
fetch
(
sort:
String
,
order:
String
,
offset:
Int
=
0
,
size:
Int
=
10
)
:
Future
[
Seq
[
DocFeature
]]
def
fetchAll
()
:
Future
[
Seq
[
DocFeature
]]
def
fetchByFids
(
ltrid:
Int
,
fids:
Seq
[
Int
]
)
:
Future
[
Seq
[
DocFeature
]]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
id:
Int
)
:
Future
[
DocFeature
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
:
Future
[
Unit
]
def
insert
(
docfeature:
DocFeature
)
:
Future
[
DocFeature
]
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
def
update
(
DocFeature:
DocFeature
)
:
Future
[
Int
]
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
HasDatabaseConfigProvider
[
JdbcProfile
]
Inherited from
HasDatabaseConfig
[
JdbcProfile
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped