issues
search
NathanQingyangXu
/
jpa-mongodb-mapping
OOP and MongoDB mapping based on Hibernate and MongoDB Java Driver
GNU General Public License v3.0
0
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
showcase query array of basic types
#54
NathanQingyangXu
opened
1 week ago
0
add an example on how to customize client settings programmatically
#53
NathanQingyangXu
closed
1 week ago
2
explore whether we could simulate Mongo's array push operator
#52
NathanQingyangXu
opened
1 month ago
0
Use update/deleteOne if filter is _id equality
#51
jyemin
closed
1 month ago
0
Support the equivalent of $elemMatch
#50
jyemin
opened
1 month ago
13
Integrate MongoDriver with Hibernate's Service (and its Initiators) mechanism
#49
NathanQingyangXu
closed
1 month ago
1
substitute dialect_resolve mechanism for explicit dialect spec
#48
NathanQingyangXu
closed
1 month ago
0
switch testing methodology from Docker to the same as used in Java Driver
#47
NathanQingyangXu
closed
1 month ago
1
create Chameleon's JDBC Driver class
#46
NathanQingyangXu
closed
1 month ago
2
AST followup
#45
jyemin
closed
1 month ago
1
Support "is null" and "is not null" predicates
#44
jyemin
closed
1 month ago
0
readConcern and writeConcern
#43
NathanQingyangXu
closed
2 weeks ago
0
Ensure fetching field order for array elements
#42
NathanQingyangXu
opened
2 months ago
0
Polish the POC readConcern and writeConcern implementation
#41
NathanQingyangXu
opened
2 months ago
0
implement Mongo's STRUCT JDBC support
#40
NathanQingyangXu
closed
2 months ago
0
Replace appendMql with a Mongo AST
#39
jyemin
closed
1 month ago
3
add mechanism to add index or unique constraint to mongo collection
#38
NathanQingyangXu
closed
2 months ago
1
make native query parameterization mechanism in line with dialect customization
#37
NathanQingyangXu
opened
2 months ago
2
showcase the possibility of customizing MongoClientSettingsBuilderCustomizer.Builder via spi mechanism
#36
NathanQingyangXu
closed
2 months ago
0
Customize parameter marker so that it creates valid JSON
#35
jyemin
closed
2 months ago
2
Add a centralized JPA annotation or config validation mechanism
#34
NathanQingyangXu
opened
2 months ago
0
Implemented @GeneratedValue on @Id
#33
NathanQingyangXu
closed
2 months ago
3
Support order by
#32
jyemin
closed
2 months ago
4
tap into Java Annotation Processing to streamline tedious boilerplate code generation
#31
NathanQingyangXu
closed
2 months ago
1
explore the feasibility of @Formula
#30
NathanQingyangXu
closed
2 months ago
1
ensure ResultSet field order
#29
NathanQingyangXu
closed
2 months ago
0
Replace use of runCommand with the driver's CRUD methods
#28
jyemin
closed
2 months ago
0
Support @Collection annotation
#27
NathanQingyangXu
opened
2 months ago
0
Support more complex embedded arrays
#26
jyemin
closed
2 months ago
22
Switch to Checker framework thoroughly
#25
NathanQingyangXu
closed
2 months ago
0
Implement storing one-to-many uni mapping in embedded array field
#24
NathanQingyangXu
opened
3 months ago
0
Implement multi table joining mongo simulation
#23
NathanQingyangXu
closed
2 months ago
1
Refactor mongo ast rendering class
#22
NathanQingyangXu
closed
3 months ago
1
Create documentation module to maintain a user guide
#21
NathanQingyangXu
opened
3 months ago
0
Integrate with Gavin King's query-validator
#20
NathanQingyangXu
opened
3 months ago
0
Use Checker framework to eliminate NPE
#19
NathanQingyangXu
closed
3 months ago
0
Inject SessionFactory in integration testing in stead of inheritance
#18
NathanQingyangXu
closed
2 months ago
1
Testing on different Mongo version at the same time
#17
NathanQingyangXu
opened
3 months ago
0
Add missing Javadocs for initial coding stuff
#16
NathanQingyangXu
closed
3 months ago
0
Choose some library for generic coding including assertition
#15
NathanQingyangXu
closed
3 months ago
1
Eliminate Java generics warning
#14
NathanQingyangXu
closed
3 months ago
0
Implement upsert
#13
NathanQingyangXu
opened
3 months ago
0
create other Mongodb Hibernate types than ObjectId
#12
NathanQingyangXu
opened
3 months ago
0
make 'update' JSON command rending more succinct
#11
NathanQingyangXu
closed
3 months ago
0
make 'find' JSON command rendering more succinct
#10
NathanQingyangXu
closed
3 months ago
0
add Mongodb integration testing without external server dependency
#9
NathanQingyangXu
closed
3 months ago
0
add batch features to virtual jdbc layer
#8
NathanQingyangXu
opened
3 months ago
4
implement CallableStatement in virtual jdbc layer
#7
NathanQingyangXu
closed
1 month ago
4
implement Session.createNativeQuery()
#6
NathanQingyangXu
closed
3 months ago
0
pass mongdb's ObjectId java class through virtual JDBC layer
#5
NathanQingyangXu
closed
3 months ago
0
Next