-
Hi,
Is it possible to search with the same syntax in some `Collection` by fields of `T`?
Convert `FilterNode` to `Predicate`. Didn't find anything in docs.
Best regards,
Dmitry
ghost updated
4 months ago
-
这里为啥要替换BaseEntity,这样填充属性不就得重新写一遍吗?
public class SysDept extends BaseEntity ==》public class SysDept extends Model
![1520](https://github.com/user-attachments/assets/719d470a-c86a-4881-8788-91459089…
-
- all listed [here](https://docs.langchain4j.dev/tutorials/ai-services/#output-parsing-aka-structured-outputs)
- as well as `Map`
- Complex POJOs (with lists, enum lists, etc)
-
-
-
If both `` and `` are set, it would make sense to generate a couple of method overloads also accepting "interface-variants" of various `DAO` methods, e.g.
- `DAO.exists(P)` (existing)
- `UserDao.exist…
-
This is a follow up after talking through #29, which was motivated by the need to track changes when using `addMany` (not `bindMany`) with an inline object.
@ghostdevv The problem is encountered wh…
-
-
**Describe the bug**
When serializing, the entity used has one additional field of type List compared to the entity used for deserialization, which throw an Exception during deserialization. I thin…
-
There are many projects for the mapping between an Excel Sheet to a List, but everyone of them miss something or is not still maintained.
For example I really like this projects of rushuat but I don'…