File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ In this query it is not clear which instance of the `user` table is used for eac
100
100
HashMap for the `user` table - so only one of the aliases specified in the select statement will be in effect.
101
101
There are two ways to deal with this problem.
102
102
103
- The first is to simply create another instance of the User SqlTable object. With this method it is very clear which column
103
+ The first is to simply create another instance of the User ` SqlTable ` object. With this method it is very clear which column
104
104
belongs to which instance of the table and the library can easily calculate aliases:
105
105
106
106
```java
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ the actual name of the table (including schema or catalog if appropriate). A tab
48
48
select statement if desired. Your table should be defined by extending the ` AlisableSqlTable<T> ` class.
49
49
50
50
The class ` org.mybatis.dynamic.sql.SqlColumn ` is used to define columns for use in the library.
51
- SqlColumns should be created using the builder methods in SqlTable.
51
+ SqlColumns should be created using the builder methods in ` SqlTable ` .
52
52
A column definition includes:
53
53
54
54
1 . The Java type
You can’t perform that action at this time.
0 commit comments