Autoguid
No edit summary
(Automatically adding template at the end of the page.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
In PersistenceMapping - how things are represented in a database - AutoGuid represents an dbgenerated Guid value.
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 overriding 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 -> forget about AutoGuid for now.


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

Latest revision as of 15:27, 10 February 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 -> forget about AutoGuid for now.

Common types for attributes are the simple native types:

This page was edited 91 days ago on 02/10/2024. What links here