Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / actframework/act-jpa-common issues and pull requests
#46 - fix SQL error when update multiply fields; UT updated too.
Pull Request -
State: open - Opened by benstonezhang over 3 years ago
- 1 comment
#45 - 数据库访问使用act-hibnerate + MySQL这种配置下,dao.count()不能工作
Issue -
State: open - Opened by casonol over 5 years ago
#44 - Make it able to create JPAContext when no one available for query
Issue -
State: open - Opened by greenlaw110 almost 6 years ago
Labels: bug
#43 - JPAContext init for websocket handling is not closed at the end of logic
Issue -
State: open - Opened by greenlaw110 almost 6 years ago
- 1 comment
Labels: bug
#42 - JPAContext shall make sure TxContext exit scope if scope is started implicity
Issue -
State: open - Opened by greenlaw110 about 6 years ago
Labels: bug
#41 - `JPAContext is not ready` error on second save call on Dao
Issue -
State: open - Opened by swubily about 6 years ago
- 2 comments
#40 - SQL Parser orderBy error throw llegalArgumentException: Unknown order dir in order
Pull Request -
State: closed - Opened by naixinxiaozi about 6 years ago
#39 - SQL Parser orderBy error throw llegalArgumentException: Unknown order dir in order
Issue -
State: closed - Opened by naixinxiaozi about 6 years ago
#38 - Move `TimestampAuditor` to act
Issue -
State: open - Opened by greenlaw110 about 6 years ago
Labels: enhancement, fixed
#37 - Add `IN` to `Operator`
Issue -
State: open - Opened by greenlaw110 about 6 years ago
Labels: enhancement, fixed
#36 - Revert changes that makes `JPADao` be `@Stateless`
Issue -
State: open - Opened by greenlaw110 over 6 years ago
Labels: bug
#35 - Make injected `EntityManager` be independent of act JPA context
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement, fixed
#34 - `JPAContext` throws `IllegalStateException` randomly
Issue -
State: closed - Opened by leeaee over 6 years ago
- 2 comments
Labels: bug
#33 - Sometime ACT JPA will throw IllegalStateException
Issue -
State: closed - Opened by leeaee over 6 years ago
- 1 comment
Labels: duplicate
#32 - JPAQuery could not support JPA mappedBy annotation
Issue -
State: closed - Opened by leeaee over 6 years ago
- 1 comment
Labels: invalid
#31 - JPAQuery add orderBy throw NullPointerException
Issue -
State: closed - Opened by leeaee over 6 years ago
- 1 comment
#30 - JPA could not support multi-save method in one transaction
Issue -
State: closed - Opened by leeaee over 6 years ago
- 1 comment
#29 - Add @Transactional execute failed with exception
Issue -
State: closed - Opened by leeaee over 6 years ago
- 1 comment
#28 - Apply new scope for implicit transaction
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement, fixed
#27 - it shall use non-readOnly entity manager for POST/PUT/DELETE requests
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug, fixed
#26 - `JPAContext.initForJob()` issue when invoking a `Job` within an `ActionContext`
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug, fixed
#25 - JPAQuery - set limit does not work on MS Sql server
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug, fixed
#24 - `JPAQuery` - `offset` and `limit` is not effective
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug, fixed
#23 - `JPADao.first()` triggered issue when more than one records filtered
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug, fixed
#22 - `IllegalStateException` when calling `JPADao.save(entity)` method
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug, fixed
#21 - Extends Timestamp auditing to support user auditing
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement, fixed
#20 - `DateTime` type mapped as `VARBINARY` in database
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
- 2 comments
Labels: bug, fixed
#19 - `TimestampAuditorEnhancer` not working as expected
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
- 1 comment
Labels: bug, fixed
#18 - 新增方法
Issue -
State: open - Opened by wd0472 over 6 years ago
#17 - Query 执行sql语句 Executing an update/delete query
Issue -
State: open - Opened by wd0472 over 6 years ago
- 1 comment
Labels: question
#16 - Dao.createUpdateQuery 条件不能为空
Issue -
State: open - Opened by wd0472 over 6 years ago
#15 - JPADao's deleteById throw NullPointerException
Issue -
State: closed - Opened by leeaee over 6 years ago
Labels: bug, fixed
#14 - JPAQuery save() can not execute SQL for the first time after act startup
Issue -
State: closed - Opened by leeaee over 6 years ago
- 1 comment
Labels: bug, fixed
#13 - JPAQuery.count throw IllegalStateException
Issue -
State: closed - Opened by leeaee over 6 years ago
- 1 comment
#12 - JPAQuery.orderBy pass multi-params throw IllegalArgumentException
Issue -
State: closed - Opened by leeaee over 6 years ago
- 2 comments
#11 - Setup and Teardown Tx scope on JobContext initialized and destroyed event
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement
#10 - `JPAQuery.as(Type)` failed to copy parameter settings
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug
#9 - Add `delete()` method to `JPAQuery`
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement, fixed
#8 - In some case when app restart (in dev mode), EclipseLink's entity manager is not refreshed
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: bug
#7 - Add `findOne` method to `JPAQuery`
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement
#6 - `JPAQuery.first()` raised `NoResultException` when no result found
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
- 1 comment
Labels: bug
#5 - Provide better join support with JPADao query
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement
#4 - export entity manager in JPADao
Issue -
State: closed - Opened by greenlaw110 over 6 years ago
Labels: enhancement
#3 - timestamp audit not working with base class
Issue -
State: closed - Opened by wd0472 almost 7 years ago
#2 - Request to support timestamp audit
Issue -
State: closed - Opened by wd0472 almost 7 years ago
#1 - data not commit to database unless `@Transactional` annotation is used.
Issue -
State: closed - Opened by greenlaw110 almost 7 years ago
Labels: bug