- 所有超级接口:
AutoCloseable
-
方法概要
修饰符和类型方法说明default voidclose()longcount()voidvoiddeleteById(ID id) booleanexistsById(ID id) findAll()findAllWhere(String where, Object... params) findOneWhere(String column, Object value) default voidflush()voidsaveAll(Collection<T> entities)
-
方法详细资料
-
save
-
deleteById
-
findById
-
findAll
-
query
-
count
long count() -
existsById
-
deleteAll
void deleteAll() -
saveAll
-
streamAll
-
findOneWhere
-
flush
default void flush() -
close
default void close()- 指定者:
close在接口中AutoCloseable
-
findAllWhere
-