File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
hibernate-core/src/main/java/org/hibernate/dialect Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1010import org .hibernate .cfg .Environment ;
1111import org .hibernate .dialect .identity .IdentityColumnSupport ;
1212import org .hibernate .dialect .identity .Oracle12cIdentityColumnSupport ;
13- import org .hibernate .dialect .pagination .LimitHandler ;
14- import org .hibernate .dialect .pagination .SQL2008StandardLimitHandler ;
1513import org .hibernate .engine .config .spi .ConfigurationService ;
1614import org .hibernate .engine .config .spi .StandardConverters ;
1715import org .hibernate .service .ServiceRegistry ;
@@ -55,11 +53,6 @@ protected void registerDefaultProperties() {
5553 getDefaultProperties ().setProperty ( Environment .USE_GET_GENERATED_KEYS , "true" );
5654 }
5755
58- @ Override
59- public LimitHandler getLimitHandler () {
60- return SQL2008StandardLimitHandler .INSTANCE ;
61- }
62-
6356 @ Override
6457 public String getNativeIdentifierGeneratorStrategy () {
6558 return "sequence" ;
You can’t perform that action at this time.
0 commit comments