Uses of Annotation Interface
org.seasar.doma.DaoMethod

Packages that use DaoMethod
Package
Description
Provides annotations and exceptions.
  • Uses of DaoMethod in org.seasar.doma

    Classes in org.seasar.doma with annotations of type DaoMethod
    Modifier and Type
    Class
    Description
    @interface 
    Indicates a method that creates an Array instance for use with SQL array types.
    @interface 
    Indicates a batch delete.
    @interface 
    Indicates a batch insert operation.
    @interface 
    Indicates a method that performs batch update operations on multiple entities.
    @interface 
    Indicates a method that creates a Blob instance for handling large binary data in the database.
    @interface 
    Indicates a method that creates a Clob instance for handling large text data in the database.
    @interface 
    Indicates a delete operation.
    @interface 
    Indicates a stored function call.
    @interface 
    Indicates an insert operation.
    @interface 
    Indicates a multi-row insert operation.
    @interface 
    Indicates to create a NClob instance.
    @interface 
    Indicates a stored procedure call.
    @interface 
    Indicates a database script execution.
    @interface 
    Indicates a select operation.
    @interface 
    Indicates that the annotated method provides custom processing of SQL statements built from SQL templates.
    @interface 
    Indicates a method that creates a SQLXML instance for handling XML data in the database.
    @interface 
    Indicates an update operation.