Autoguid
No edit summary
No edit summary
Line 5: Line 5:
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)
Text (Text in db - no size limit)
Double
Double
Line 13: Line 14:
Boolean
Boolean
Blob (Binary data byte[] -combine with setting for BlobType) Guid
Blob (Binary data byte[] -combine with setting for BlobType) Guid
==

Revision as of 19:23, 16 January 2018

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 not be interested in overiden 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 78 days ago on 02/10/2024. What links here