You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* {@link DataAccessStrategy} implementation based on MyBatis.
29
-
*
30
-
* Each method gets mapped to a statement. The name of the statement gets constructed as follows:
31
-
*
32
-
* The namespace is based on the class of the entity plus the suffix "Mapper". This is then followed by the method name separated by a dot.
33
-
*
34
-
* For methods taking a {@link PropertyPath} as argument, the relevant entity is that of the root of the path, and the path itself gets as dot separated String appended to the statement name.
35
-
*
36
-
* Each statement gets an instance of {@link MyBatisContext}, which at least has the entityType set.
37
-
*
38
-
* For methods taking a {@link PropertyPath} the entityTyoe if the context is set to the class of the leaf type.
28
+
* {@link DataAccessStrategy} implementation based on MyBatis. Each method gets mapped to a statement. The name of the
29
+
* statement gets constructed as follows: The namespace is based on the class of the entity plus the suffix "Mapper".
30
+
* This is then followed by the method name separated by a dot. For methods taking a {@link PropertyPath} as argument,
31
+
* the relevant entity is that of the root of the path, and the path itself gets as dot separated String appended to the
32
+
* statement name. Each statement gets an instance of {@link MyBatisContext}, which at least has the entityType set. For
33
+
* methods taking a {@link PropertyPath} the entityTyoe if the context is set to the class of the leaf type.
0 commit comments