Skip to main content

🧱 Creating an Entity

Define your domain model step-by-step with our intuitive entity builder.

🚀 Quick Start

  1. Log in to www.oohm.io

  2. Go to Add Entity

  3. Define your entity’s attributes

Each attribute requires the following:

  • 🏷️ Name
  • 🔠 Type
  • 🔗 Relation
  • Validator
  • 💬 Value

ℹ️ Tips & Guidelines

  • Type must be a valid Java primitive or an existing entity type within the same microservice.
  • Validator depends on the selected framework (currently: Spring Boot).
  • If a validator expects a value, specify it in the Value field.

📘 Need help with best practices? Reach out at contact@oohm.io