issues
search
ydb-platform
/
yoj-project
YDB ORM for Java (YOJ) is a lightweight ORM for immutable entities. It has native support for YDB and is battle-tested.
Apache License 2.0
13
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Query multiple tables using one entity (Refactoring)
#96
g-sg-v
closed
3 days ago
1
Fix ClassCastException during initial schema check
#95
Eistern
closed
4 days ago
4
Query multiple tables using one entity
#94
g-sg-v
opened
1 week ago
0
use the same defaults for session pool config as in the sdk
#93
cardamo
closed
1 day ago
3
use the same default values for session pool as in ydb sdk
#92
cardamo
opened
4 weeks ago
0
Support retries for dry-run transactions with immediate writes
#91
carlosray
closed
1 month ago
1
Global Unique Index (same entity save)
#90
g-sg-v
closed
2 months ago
0
#86: Support `startsWith(substring)` and `endsWith(substring)` in `FilterExpression`s
#89
nvamelichev
closed
2 months ago
0
Global Unique Index
#88
g-sg-v
closed
2 months ago
0
#80: Minimal compatibility: Return YDB SDK's YdbTransaction from YOJ's YdbRepositoryTransaction
#87
nvamelichev
closed
2 months ago
0
Please add support for `startsWith` string filtering in `FilterExpression`s
#86
altvod
closed
2 months ago
1
Fix session closure of snapshot isolation transaction
#85
jorki02
closed
2 months ago
0
Updated LICENSE and CONTRIBUTING.md
#84
alex268
closed
3 months ago
0
Supporting `CLIENT_GRPC_ERROR` status code in `YdbValidator`
#83
Myllyenko
closed
3 months ago
0
Use YDB SDK with YdbDiscovery ERROR log fix
#82
nvamelichev
closed
3 months ago
1
NULL ordering highlights in YqlOrderBy
#81
errandir
opened
4 months ago
0
Yoj transactions at ydb topics
#80
ansirotenko
opened
4 months ago
6
Add Snapshot-read-only isolation support
#79
jorki02
closed
5 months ago
4
Update YDB SDK to v2.2.2
#78
nvamelichev
closed
5 months ago
0
Move projections to separate module
#77
lavrukov
opened
6 months ago
0
separate-projections-poc: MigrationProjectionCache
#76
lavrukov
opened
6 months ago
0
main: FieldValue interface
#75
lavrukov
closed
1 month ago
4
Remove `yoj-repository-ydb-v1` module, support only YDB SDK v2.x
#74
nvamelichev
closed
6 months ago
0
#71: Support `java.util.UUID` natively (as `FieldValueType.UUID`)
#73
nvamelichev
closed
6 months ago
0
Commit transaction on last write operation
#72
lavrukov
opened
6 months ago
0
Add a default mapping for java.util.UUID
#71
nvamelichev
closed
6 months ago
1
warn-fix: resolve warn fix
#70
lavrukov
closed
6 months ago
0
Better spliterator
#69
lavrukov
opened
6 months ago
0
remove_deprecated_Range_constructor: .
#68
lavrukov
closed
6 months ago
0
main: test
#67
lavrukov
closed
7 months ago
1
Check that read happend before save.
#66
lavrukov
opened
7 months ago
0
remove stacktrace from kotlin warn
#65
lavrukov
closed
7 months ago
0
FieldValue.ofObj with string-like field thinks that Long is string type
#64
lavrukov
closed
7 months ago
1
#52: Fix annotation processor self registration.
#63
lazarev-pv
closed
7 months ago
0
#60: FIX: Make `TableQueryBuilder`'s `where(field)` and `and(field)` have equivalent meaning
#62
nvamelichev
closed
7 months ago
0
#58: `repository-ydb-v2`: Defer initialization of YDB GRPC transport from `YdbRepository` constructor to first usage
#61
nvamelichev
closed
7 months ago
0
Unexpected behaviour in query builder: using `where` after `and`
#60
lavrukov
closed
7 months ago
2
table-cache: remove getFirstLevelCache from table
#59
lavrukov
opened
7 months ago
1
Move YdbRepository start behavior from YdbRepository constructor to separate method
#58
lavrukov
closed
7 months ago
3
#52: Add generator of constants with names of fields
#57
lazarev-pv
closed
7 months ago
4
javac parameters flag
#56
g-sg-v
closed
8 months ago
1
Replace TreeMap with EntityIdMap to reduce comparisons count
#55
g-sg-v
opened
8 months ago
0
CustomValueType annotation search:
#54
g-sg-v
closed
8 months ago
1
YOJ Tx Aspect
#53
g-sg-v
closed
8 months ago
1
Generate constants with names of fields
#52
lazarev-pv
closed
7 months ago
6
Flat column custom conversion fix
#51
g-sg-v
closed
8 months ago
0
Meta-Annotations for @Column and @CustomValueType
#50
g-sg-v
closed
8 months ago
2
Annotation aliases
#49
g-sg-v
closed
8 months ago
1
Bazel Build Scripts
#48
g-sg-v
closed
8 months ago
0
move try from transaction in YdbDataCompatibilityChecker
#47
lavrukov
closed
8 months ago
1
Next