public interface FeatureUpdate extends StatementFactoryFeature
StatementFactory
supporting a
UpdateStatement
.Modifier and Type | Method and Description |
---|---|
<E> UpdateStatement<E,?> |
update(EntityAlias<E> alias)
Creates a regular
UpdateStatement (UPDATE alias.source [AS alias.name] ... ). |
<E> UpdateStatement<E,?> update(EntityAlias<E> alias)
UpdateStatement
(UPDATE alias.source [AS alias.name] ...
).E
- the generic type of the entity to update.alias
- the EntityAlias
to update.UpdateStatement
.Copyright © 2001–2016 mmm-Team. All rights reserved.