Skip to content

Commit

Permalink
Add start of openjpa implementation.
Browse files Browse the repository at this point in the history
Add new database exception and move db related exceptions into new package.
Get rid of HibException and use above.
Remove some db interface features we never used:
* getBlob(InputStream val, long length);
* reattach
* webMode which used hibernate specific flushmode
* createNoFlushQuery
* getQueryString
* saveOrUpdateCopy
* restore
* reAttach
* lockRead
* lockUpdate
  • Loading branch information
douglm committed Jan 20, 2025
1 parent af93b31 commit af0032d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af0032d

Please sign in to comment.