issues
search
datanucleus
/
datanucleus-api-jdo
Support for DataNucleus persistence using the JDO API (JSR0012, JSR0243)
18
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix to JDOQL typed query with result clause of candidate
#137
andyjefferson
closed
4 weeks ago
0
Test case to reproduce an issue with executing a JDOQLType query with a result clause of candidate() or candidate(„this“)
#136
mboapache
closed
4 weeks ago
1
Fix for running a JDOQLTyped query with a result clause using candidate()
#135
mboapache
closed
4 weeks ago
0
Apply #133 to master (6.0) branch
#134
andyjefferson
closed
1 month ago
0
JDOQLTypedQuery: wrong query result when replacing QFullTimeEmployee.candidate() by QFullTimeEmployee.candidate("this")
#133
mboapache
closed
1 month ago
7
Missing extensions in IndexMetaData when multiple indices are defined at class-level via @Index annotation
#132
jgolinowski
closed
2 months ago
1
JDO TCK 3.3.0-SNAPSHOT failing
#131
javasmithy
opened
3 months ago
1
Improved nested exception handling.
#129
kraendavid
closed
8 months ago
0
Improved optimistic-lock exception handling on commit.
#128
kraendavid
closed
10 months ago
0
Support for @Convert on types
#127
tzaeschke
opened
1 year ago
1
Add convenience method to return the fields of a class that are in the current FetchPlan
#126
andyjefferson
closed
2 years ago
0
Removal of Java SecurityManager/AccessController code
#125
andyjefferson
opened
2 years ago
0
Support JDO XSD/DTD file at https://db.apache.org/jdo/xmlns/
#124
andyjefferson
closed
2 years ago
0
Support JDO XSD/DTD file at https://db.apache.org/jdo/xmlns/
#123
andyjefferson
closed
2 years ago
0
Refactor org.datanucleus.api.jdo.metadata.XXXMetadataImpl to org.datanucleus.api.jdo.metadata.api
#122
andyjefferson
closed
3 years ago
0
Extend @SoftDelete to permit allowNulls etc to be defined
#121
andyjefferson
closed
3 years ago
0
Extend @MultiTenant to permit allowNulls etc to be defined
#120
andyjefferson
closed
3 years ago
0
Use ExecutionContext.retrieveObjects() method to allow for future optimisation
#119
andyjefferson
closed
3 years ago
0
Datanucleus will traverse collection to get all relationed filed rather than using join sql when apply retrieveAll method in JDOPersistenceManager.java
#118
ns7381
closed
3 years ago
1
Support @Version on field/property in extension to JDO API
#117
andyjefferson
closed
3 years ago
0
Support annotations for InstanceCallback methods
#116
andyjefferson
closed
3 years ago
0
Support core-387
#115
andyjefferson
closed
3 years ago
0
Support core-386
#114
andyjefferson
closed
3 years ago
0
Replace NucleusJDOHelper with DataNucleusHelperJDO
#113
andyjefferson
closed
3 years ago
0
Abstract 2 metadata handlings to ApiAdapter
#112
andyjefferson
closed
3 years ago
0
Specifying @Convert doesn't default to making a field persistent
#111
andyjefferson
closed
3 years ago
0
Support core-377
#110
andyjefferson
closed
3 years ago
0
Specifying @Convert doesn't default to making a field persistent
#109
mboapache
closed
3 years ago
4
Update MultiTenant "disable" handling
#108
andyjefferson
closed
3 years ago
0
Memory leak when the ResultSet be closed
#107
StefanXiepj
closed
3 years ago
4
Memory leak when the ResultSet be closed
#106
StefanXiepj
closed
3 years ago
2
Update Array usage to JDK 8+
#105
belugabehr
closed
3 years ago
0
Fuller support for surrogate CreateUser, CreateTimestamp, UpdateUser, UpdateTimestamp
#104
andyjefferson
closed
4 years ago
0
JDO-778: fix bug in subquery method, remove two overloaded methods to…
#103
mboapache
closed
4 years ago
0
Support JDO-778: Adding overloaded methods to JDOQLTypedQuery to create a correlated subquery
#102
andyjefferson
closed
4 years ago
1
JDO-778: Adding overloaded methods to JDOQLTypedQuery to create a cor…
#101
mboapache
closed
4 years ago
0
missing isConfigurable() check in critical section
#100
ls-urs-keller
closed
5 years ago
3
Missing isConfigurable() when entering the synchronized block
#99
ls-urs-keller
closed
5 years ago
1
JDOQLTyped : when result class defined but no result, return "DISTINCT this"
#98
andyjefferson
closed
5 years ago
0
JDOQLTypedQuery executeResultList(Class) and executeResultUnique(Class) should allow result class but no result
#97
andyjefferson
closed
5 years ago
0
Support further JDOQLTyped query parameter methods in javax.jdo
#96
andyjefferson
closed
5 years ago
0
Update generics of JDOQLTypedQueryImpl method to be "? extends Number" instead of "?"
#95
andyjefferson
closed
5 years ago
0
JDOQLTypedQuery : cast to persistable subtypes needs to create QXXX expression but currently just creates PersistableExpressionImpl
#94
andyjefferson
closed
6 years ago
0
Federated Data Store does not query secondary data store from JDOQLTypedQuery
#93
bkalbfus
closed
6 years ago
3
JDOQLTypedQuery : Add Expression.as() to specify alias for result clauses
#92
andyjefferson
closed
6 years ago
0
JDOQLTypedQuery : distinct result setting should be passed to the generic compilation
#91
andyjefferson
closed
6 years ago
0
JDOQLTypedQuery : Creation of PrimaryExpression can omit the left expression
#90
andyjefferson
closed
6 years ago
0
JDOQLTypedQuery : Support NumericExpression avgDistinct/sumDistinct
#89
andyjefferson
closed
6 years ago
0
JDOQLTypedQuery : Add vendor extension support for geospatial helper
#88
andyjefferson
closed
6 years ago
0
JDOQLTypedQuery : Add vendor extension support for geospatial types
#87
andyjefferson
closed
6 years ago
0
Next