Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
c8d1fa1e
Commit
c8d1fa1e
authored
Jan 02, 2015
by
Matija Obreza
Browse files
Set jdbc.fetch_size=25 in hibernate.properties
parent
1ae182bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/spring/hibernate.properties
View file @
c8d1fa1e
...
...
@@ -3,6 +3,7 @@ javax.persistence.sharedCache.mode=ENABLE_SELECTIVE
hibernate.dialect
=
org.hibernate.dialect.MySQL5InnoDBDialect
hibernate.connection.charSet
=
utf8
hibernate.connection.autocommit
=
false
hibernate.jdbc.fetch_size
=
25
hibernate.jdbc.batch_size
=
20
hibernate.order_updates
=
true
hibernate.order_inserts
=
true
...
...
src/test/resources/spring/hibernate.properties
View file @
c8d1fa1e
...
...
@@ -3,6 +3,7 @@ javax.persistence.sharedCache.mode=ENABLE_SELECTIVE
hibernate.dialect
=
org.hibernate.dialect.HSQLDialect
hibernate.connection.charSet
=
utf8
hibernate.connection.autocommit
=
false
hibernate.jdbc.fetch_size
=
25
hibernate.jdbc.batch_size
=
15
hibernate.order_updates
=
true
hibernate.order_inserts
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment