Autoguid
No edit summary
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
In PersistenceMapping - how things are represented in a database - AutoGuid represents an dbgenerated Guid value.
<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.


As you state that you are new to MDriven you will probably not be interested in overiden persistence mapping just yet -> forget about AutoGuid for now.
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)
 
* Text (Text in DB - no size limit)
== String (size limited in db)
* [[Double]]
Text (Text in db - no size limit)
* [[Decimal]]
Double
* [[Integer]]
Decimal
* [[DateTime]]
Integer
* [[Boolean]]
DateTime
* [[Documentation:Blob|Blob]] (Binary data byte[] - combine with setting for BlobType) Guid
Boolean
[[Category:Database]]
Blob (Binary data byte[] -combine with setting for BlobType) Guid
{{Edited|July|12|2024}}
==

Latest revision as of 05:08, 17 July 2024

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:

This page was edited 59 days ago on 07/17/2024. What links here