Skip to content

Commit

Permalink
[hibernate#1550] Fix javadoc typo in ReactiveIdenitityGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Apr 4, 2023
1 parent 2762679 commit 3d53848
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@
import org.hibernate.id.PostInsertIdentityPersister;
import org.hibernate.id.insert.InsertGeneratedIdentifierDelegate;
import org.hibernate.reactive.id.insert.ReactiveInsertReturningDelegate;
import org.hibernate.reactive.logging.impl.Log;

import static java.lang.invoke.MethodHandles.lookup;
import static org.hibernate.reactive.logging.impl.LoggerFactory.make;

/**
* Fix the insert and select id queries generated by Hibernate ORM
*/
public class ReactiveIdentityGenerator extends IdentityGenerator {

private static final Log LOG = make( Log.class, lookup() );

/**
* @see CockroachDBIdentityColumnSupport#supportsIdentityColumns() for some limitations related to CockraochDB
* @see CockroachDBIdentityColumnSupport#supportsIdentityColumns() for some limitations related to CockroachDB
*/
@Override
public InsertGeneratedIdentifierDelegate getGeneratedIdentifierDelegate(PostInsertIdentityPersister persister) {
Expand Down

0 comments on commit 3d53848

Please sign in to comment.