Package dev.dokimos.server.entity
Class Project
java.lang.Object
dev.dokimos.server.entity.Project
A project groups experiments. The name is unique per tenant rather than globally, so two tenants can
each own a project of the same name (for example "default"). The matching DB constraint plus a partial
unique on the shared (null-tenant) rows lives in migration V14; the
(name, tenant_id) unique
here keeps the Hibernate-generated test schema consistent with it.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Project
-
-
Method Details
-
getId
-
getName
-
getCreatedAt
-
getExperiments
-
getTenantId
-
setTenantId
-