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 c649e14 commit 9dc39acCopy full SHA for 9dc39ac
ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt
@@ -45,7 +45,7 @@ import kotlin.reflect.jvm.jvmErasure
45
* ### Creating Entity Objects
46
*
47
* As everyone knows, interfaces cannot be instantiated, so Ktorm provides a [Entity.create] function for us to
48
- * create entity objects. This function generate implementations for entity interfaces via JDK dynamic proxy
+ * create entity objects. This function will generate implementations for entity interfaces via JDK dynamic proxy
49
* and create their instances.
50
51
* In case you don't like creating objects by [Entity.create], Ktorm also provides an abstract factory class
0 commit comments