Exposed: Add Documentation

Created on 28 Jul 2016  路  2Comments  路  Source: JetBrains/Exposed

Outside of the samples there seems to be little to no documentation on the library.

What I haven't been able to figure out for example:
Using the DAO method, can I have the object extend Table() and set the primary key myself (say I have some kind of unordered UUIDs or something), if so how would that change the sample code.

There also isn't any kind of javadoc, which makes working with the library quite difficult.

All 2 comments

Thank you for your feedback, we aware about lack of documentation but have no time and resources to make it at the moment.

Using the DAO method, can I have the object extend Table() and set the primary key myself (say I have some kind of unordered UUIDs or something), if so how would that change the sample code.

Please look at UUIDTable in ViaTest.kt

Please see wiki.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fmgonsalves picture fmgonsalves  路  3Comments

brabo-hi picture brabo-hi  路  4Comments

blackmo18 picture blackmo18  路  3Comments

power721 picture power721  路  3Comments

raderio picture raderio  路  4Comments