Uses of Interface
org.apache.shardingsphere.encrypt.rewrite.condition.EncryptCondition
Packages that use EncryptCondition
Package
Description
-
Uses of EncryptCondition in org.apache.shardingsphere.encrypt.rewrite.aware
Method parameters in org.apache.shardingsphere.encrypt.rewrite.aware with type arguments of type EncryptConditionModifier and TypeMethodDescriptionvoidEncryptConditionsAware.setEncryptConditions(Collection<EncryptCondition> encryptConditions) Set encrypt conditions. -
Uses of EncryptCondition in org.apache.shardingsphere.encrypt.rewrite.condition
Methods in org.apache.shardingsphere.encrypt.rewrite.condition that return types with arguments of type EncryptConditionModifier and TypeMethodDescriptionEncryptConditionEngine.createEncryptConditions(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> whereSegments, Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> columnSegments, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, String databaseName) Create encrypt conditions. -
Uses of EncryptCondition in org.apache.shardingsphere.encrypt.rewrite.condition.impl
Classes in org.apache.shardingsphere.encrypt.rewrite.condition.impl that implement EncryptConditionModifier and TypeClassDescriptionfinal classEncrypt condition for equal.final classEncrypt condition.