public class HashQueryPlanBuilder extends Object
| Constructor and Description |
|---|
HashQueryPlanBuilder() |
| Modifier and Type | Method and Description |
|---|---|
HashQueryPlanBuilder |
add(boolean booleanValue)
Add a boolean to the hash calculation.
|
HashQueryPlanBuilder |
add(Class<?> cls)
Add a class to the hash calculation.
|
HashQueryPlanBuilder |
add(int hashValue)
Add an integer to the hash calculation.
|
HashQueryPlanBuilder |
add(Object object)
Add an object to the hash calculation.
|
HashQueryPlanBuilder |
addRawSql(String rawSql)
Add raw sql to the hash.
|
HashQueryPlanBuilder |
bind(int extraBindCount)
Add a number to the bind count for the hash.
|
HashQueryPlan |
build()
Build and return the calculated HashQueryPlan.
|
String |
toString() |
public HashQueryPlanBuilder add(Class<?> cls)
public HashQueryPlanBuilder add(Object object)
public HashQueryPlanBuilder add(int hashValue)
public HashQueryPlanBuilder add(boolean booleanValue)
public HashQueryPlanBuilder bind(int extraBindCount)
public HashQueryPlanBuilder addRawSql(String rawSql)
public HashQueryPlan build()
Copyright © 2014. All Rights Reserved.