Uses of Annotation Interface
org.seasar.doma.DaoMethod
Packages that use DaoMethod
-
Uses of DaoMethod in org.seasar.doma
Classes in org.seasar.doma with annotations of type DaoMethodModifier and TypeClassDescription@interfaceIndicates a method that creates anArrayinstance for use with SQL array types.@interfaceIndicates a batch delete.@interfaceIndicates a batch insert operation.@interfaceIndicates a method that performs batch update operations on multiple entities.@interfaceIndicates a method that creates aBlobinstance for handling large binary data in the database.@interfaceIndicates a method that creates aClobinstance for handling large text data in the database.@interfaceIndicates a delete operation.@interfaceIndicates a stored function call.@interfaceIndicates an insert operation.@interfaceIndicates a multi-row insert operation.@interfaceIndicates to create aNClobinstance.@interfaceIndicates a stored procedure call.@interfaceIndicates a database script execution.@interfaceIndicates a select operation.@interfaceIndicates that the annotated method provides custom processing of SQL statements built from SQL templates.@interfaceIndicates a method that creates aSQLXMLinstance for handling XML data in the database.@interfaceIndicates an update operation.