The Wayback Machine - https://web.archive.org/web/20201125120739/https://github.com/topics/firebird
Skip to content
#

firebird

Here are 167 public repositories matching this topic...

boris-turk
boris-turk commented Oct 25, 2020

Hi,

is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue attribute:

public enum Gender
{
	[MapValue("M")] Male,
	[MapValue("F")] Female,
	[MapValue("U")] Unknown,
	[MapValue("O")] Other,
}

But I don't like this approach (see my longer explanation below). Thank you in

SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.

  • Updated Nov 24, 2020
  • Java

Improve this page

Add a description, image, and links to the firebird topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firebird topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.