public abstract class BaseEncryptSQLTokenGenerator extends Object implements SQLTokenGenerator, EncryptRuleAware
| Constructor and Description |
|---|
BaseEncryptSQLTokenGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGenerateSQLToken(SQLStatementContext sqlStatementContext) |
protected abstract boolean |
isGenerateSQLTokenForEncrypt(SQLStatementContext sqlStatementContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEncryptRulepublic final boolean isGenerateSQLToken(SQLStatementContext sqlStatementContext)
isGenerateSQLToken in interface SQLTokenGeneratorprotected abstract boolean isGenerateSQLTokenForEncrypt(SQLStatementContext sqlStatementContext)
Copyright © 2020 The Apache Software Foundation. All rights reserved.