public class BoundValuesWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
List<BoundValueInfo> |
boundValuesInfo |
AbstractEntityProperty<?> |
meta |
| Constructor and Description |
|---|
BoundValuesWrapper(AbstractEntityProperty<?> meta,
List<BoundValueInfo> boundValuesInfo) |
| Modifier and Type | Method and Description |
|---|---|
StatementWrapper |
bindForUpdate(PreparedStatement ps) |
StatementWrapper |
bindWithInsertStrategy(PreparedStatement ps,
info.archinnov.achilles.type.strategy.InsertStrategy insertStrategy) |
public final List<BoundValueInfo> boundValuesInfo
public final AbstractEntityProperty<?> meta
public BoundValuesWrapper(AbstractEntityProperty<?> meta, List<BoundValueInfo> boundValuesInfo)
public StatementWrapper bindWithInsertStrategy(PreparedStatement ps, info.archinnov.achilles.type.strategy.InsertStrategy insertStrategy)
public StatementWrapper bindForUpdate(PreparedStatement ps)
Copyright © 2012-2021. All Rights Reserved.