Class JournalEntryDao
java.lang.Object
com.serinity.moodcontrol.dao.JournalEntryDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongbooleanbooleanupdateAiFields(long id, String userId, String aiTagsJson, String aiModelVersion, LocalDateTime aiGeneratedAt)
-
Constructor Details
-
JournalEntryDao
public JournalEntryDao()
-
-
Method Details
-
findAll
- Throws:
SQLException
-
findById
- Throws:
SQLException
-
insert
- Throws:
SQLException
-
update
- Throws:
SQLException
-
updateAiFields
public boolean updateAiFields(long id, String userId, String aiTagsJson, String aiModelVersion, LocalDateTime aiGeneratedAt) throws SQLException - Throws:
SQLException
-
delete
- Throws:
SQLException
-