We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b6886 commit 8a8e7e0Copy full SHA for 8a8e7e0
src/test/java/examples/simple/PrimaryKeyColumn.java
@@ -19,6 +19,11 @@
19
import org.mybatis.dynamic.sql.SqlColumn;
20
import org.mybatis.dynamic.sql.render.RenderingStrategy;
21
22
+/**
23
+ * This class is an example of a properly extended {@link SqlColumn}.
24
+ *
25
+ * @param <T> the Java type associated with this column
26
+ */
27
public class PrimaryKeyColumn<T> extends SqlColumn<T> {
28
private final boolean isPrimaryKeyColumn;
29
0 commit comments