Interface StatementsBuilder

All Known Implementing Classes:
ModifyManyToManyRelationStatementsBuilder, ModifyOneToManyRelationStatementsBuilder, NewItemStatementsBuilder, RemoveItemStatementsBuilder, RemoveManyToManyRelationStatementsBuilder, UpdateItemStatementsBuilder

public interface StatementsBuilder
Creates all required statements for logical operations of creating, deleting, updating and loading items.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates bunch of StatementHolder objects which keeps all required statements for item creation/modification/deletion.
  • Method Details

    • createStatements

      Set<StatementHolder> createStatements()
      Creates bunch of StatementHolder objects which keeps all required statements for item creation/modification/deletion.