Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1022008 // Test SimpleCRUD with profiling save

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Uses 3874K of libraries. Click here for Pure Java version (17080L/122K/443K).

!7

concept Person {
  S firstName, lastName, phone;
}

p-substance {
  db();
  db_mainConcepts().saveWrapper = voidfunc(Runnable r) {
    print(profileThisThreadToString(r))
  };
  new SimpleCRUD(Person).show();
}

Author comment

Began life as a copy of #1006541

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xfasiavlzxuf

No comments. add comment

Snippet ID: #1022008
Snippet name: Test SimpleCRUD with profiling save
Eternal ID of this version: #1022008/3
Text MD5: 8de305cfc1986bb2199e7360dedd2e1b
Transpilation MD5: c2d7ae1a4c56aaac48dc25db5ee862af
Author: stefan
Category: javax / concepts / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-05 14:19:05
Source code size: 226 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 189 / 287
Version history: 2 change(s)
Referenced in: [show references]