public class GlobalLockVO extends Object
| 构造器和说明 |
|---|
GlobalLockVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<GlobalLockVO> |
convert(List<RowLock> rowLocks)
convert RowLock list to GlobalLockVO list
|
static GlobalLockVO |
convert(ResultSet rs) |
static GlobalLockVO |
convert(RowLock rowLock)
convert RowLock to GlobalLockVO
|
String |
getBranchId() |
Long |
getGmtCreate() |
Long |
getGmtModified() |
String |
getPk() |
String |
getResourceId() |
String |
getRowKey() |
String |
getTableName() |
String |
getTransactionId() |
String |
getXid() |
void |
setBranchId(Long branchId) |
void |
setGmtCreate(Long gmtCreate) |
void |
setGmtModified(Long gmtModified) |
void |
setPk(String pk) |
void |
setResourceId(String resourceId) |
void |
setRowKey(String rowKey) |
void |
setTableName(String tableName) |
void |
setTransactionId(Long transactionId) |
void |
setXid(String xid) |
String |
toString() |
public static List<GlobalLockVO> convert(List<RowLock> rowLocks)
rowLocks - the RowLock listpublic static GlobalLockVO convert(RowLock rowLock)
rowLock - the RowLockpublic String getXid()
public void setXid(String xid)
public String getTransactionId()
public void setTransactionId(Long transactionId)
public String getBranchId()
public void setBranchId(Long branchId)
public String getResourceId()
public void setResourceId(String resourceId)
public String getTableName()
public void setTableName(String tableName)
public String getPk()
public void setPk(String pk)
public String getRowKey()
public void setRowKey(String rowKey)
public Long getGmtCreate()
public void setGmtCreate(Long gmtCreate)
public Long getGmtModified()
public void setGmtModified(Long gmtModified)
public static GlobalLockVO convert(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2022 Seata. All rights reserved.