Autoguid
(Created page with "In PersistenceMapping - how things are represented in a database - AutoGuid represents an dbgenerated Guid value. As you state that you are new to MDriven you will probably n...") |
No edit summary |
||
(17 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
In PersistenceMapping - how things are represented in a database - AutoGuid represents | <message>Write the content here to display this box</message> | ||
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 -> focus on something else and leave AutoGuid for now. | |||
Common types for attributes are the simple native types: | Common types for attributes are the simple native types: | ||
* [[Documentation:String|String]] (size limited in DB) | |||
String (size limited in | * Text (Text in DB - no size limit) | ||
Text (Text in | * [[Documentation:Double|Double]] | ||
Double | * [[Documentation:Decimal|Decimal]] | ||
Decimal | * [[Documentation:Integer|Integer]] | ||
Integer | * [[Documentation:DateTime|DateTime]] | ||
DateTime | * [[Documentation:Boolean|Boolean]] | ||
Boolean | * [[Documentation:Blob|Blob]] (Binary data byte[] - combine with setting for BlobType) Guid | ||
Blob (Binary data byte[] -combine with setting for BlobType) Guid | [[Category:Database]] | ||
{{Edited|July|12|2025}} |
Latest revision as of 05:01, 22 January 2025
This page was created by Henrik on 2018-01-16. Last edited by Stephanie on 2025-01-22.
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 -> focus on something else and leave AutoGuid for now.
Common types for attributes are the simple native types: