HHH-14616 Change VERSION_COLUMN_ALIAS from v to version_
(cherry picked from commit dae2c73f83
)
This commit is contained in:
parent
3ce531f1d6
commit
2c7cbf04e0
|
@ -157,7 +157,7 @@ public abstract class AbstractEntityPersister
|
|||
private static final CoreMessageLogger LOG = CoreLogging.messageLogger( AbstractEntityPersister.class );
|
||||
|
||||
public static final String ENTITY_CLASS = "class";
|
||||
public static final String VERSION_COLUMN_ALIAS = "v";
|
||||
public static final String VERSION_COLUMN_ALIAS = "version_";
|
||||
|
||||
private final NavigableRole navigableRole;
|
||||
|
||||
|
|
Loading…
Reference in New Issue