Autoguid
No edit summary
No edit summary
Line 4: Line 4:


Common types for attributes are the simple native types:
Common types for attributes are the simple native types:
 
* String (size limited in DB)
-String (size limited in DB)
* Text (Text in DB - no size limit)
 
* Double
- Text (Text in DB - no size limit)
* Decimal
 
* Integer
- Double
* DateTime
 
* Boolean
- Decimal
* Blob (Binary data byte[] -combine with setting for BlobType) Guid
 
- Integer
 
- DateTime
 
- Boolean
 
- Blob (Binary data byte[] -combine with setting for BlobType) Guid
[[Category:Database]]
[[Category:Database]]

Revision as of 05:29, 14 June 2023

In PersistenceMapping - how things are represented in a database - AutoGuid represents a DB-generated Guid value.

If you are currently new to MDriven, you will probably not be interested in overriding persistence mapping just yet -> forget about AutoGuid for now.

Common types for attributes are the simple native types:

  • String (size limited in DB)
  • Text (Text in DB - no size limit)
  • Double
  • Decimal
  • Integer
  • DateTime
  • Boolean
  • Blob (Binary data byte[] -combine with setting for BlobType) Guid
This page was edited 91 days ago on 02/10/2024. What links here