public interface FeatureInsert extends StatementFactoryFeature
Modifier and Type | Method and Description |
---|---|
<E> InsertStatement<E,?> |
insertInto(EntityAlias<E> alias)
Creates a regular
InsertStatement (DELETE FROM alias.source [AS alias.name] ... ). |
<E> InsertStatement<E,?> insertInto(EntityAlias<E> alias)
InsertStatement
(DELETE FROM alias.source [AS alias.name] ...
).E
- the generic type of the entity to create (insert).alias
- the EntityAlias
to create (insert).InsertStatement
.Copyright © 2001–2016 mmm-Team. All rights reserved.