Class TeradataLockingSupport
java.lang.Object
org.hibernate.community.dialect.lock.internal.TeradataLockingSupport
- All Implemented Interfaces:
org.hibernate.dialect.lock.spi.LockingSupport, org.hibernate.dialect.lock.spi.LockingSupport.Metadata
public class TeradataLockingSupport
extends Object
implements org.hibernate.dialect.lock.spi.LockingSupport, org.hibernate.dialect.lock.spi.LockingSupport.Metadata
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.dialect.lock.spi.LockingSupport
org.hibernate.dialect.lock.spi.LockingSupport.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.dialect.lock.spi.ConnectionLockTimeoutStrategyorg.hibernate.dialect.lock.spi.LockTimeoutTypegetLockTimeoutType(Timeout timeout) org.hibernate.dialect.lock.spi.LockingSupport.Metadataorg.hibernate.dialect.lock.spi.OuterJoinLockingTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.dialect.lock.spi.LockingSupport.Metadata
getPessimisticLockStyle, getReadRowLockStrategy, getWriteRowLockStrategy, supportsForUpdate, supportsNoWait, supportsSkipLocked, supportsWait
-
Constructor Details
-
TeradataLockingSupport
public TeradataLockingSupport()
-
-
Method Details
-
getMetadata
public org.hibernate.dialect.lock.spi.LockingSupport.Metadata getMetadata()- Specified by:
getMetadatain interfaceorg.hibernate.dialect.lock.spi.LockingSupport
-
getLockTimeoutType
- Specified by:
getLockTimeoutTypein interfaceorg.hibernate.dialect.lock.spi.LockingSupport.Metadata
-
getOuterJoinLockingType
public org.hibernate.dialect.lock.spi.OuterJoinLockingType getOuterJoinLockingType()- Specified by:
getOuterJoinLockingTypein interfaceorg.hibernate.dialect.lock.spi.LockingSupport.Metadata
-
getConnectionLockTimeoutStrategy
public org.hibernate.dialect.lock.spi.ConnectionLockTimeoutStrategy getConnectionLockTimeoutStrategy()- Specified by:
getConnectionLockTimeoutStrategyin interfaceorg.hibernate.dialect.lock.spi.LockingSupport
-