Skip to content

Commit 5c11dbe

Browse files
Fill OnlyIdModel
1 parent 6d2ed0c commit 5c11dbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package org.javawebstack.orm.test.shared.models;
2+
3+
import org.javawebstack.orm.Model;
4+
import org.javawebstack.orm.annotation.Column;
5+
6+
public class OnlyIdModel extends Model {
7+
8+
@Column
9+
int id;
10+
11+
}

0 commit comments

Comments
 (0)