Package dev.dokimos.server.entity
Class Dataset
java.lang.Object
dev.dokimos.server.entity.Dataset
A named container that owns one or more immutable
DatasetVersions. The name is unique
per tenant rather than globally, so two tenants can each own a dataset of the same name. 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
Modifier and TypeMethodDescriptiongetId()getName()voidsetDescription(String description) voidsetTenantId(String tenantId) void
-
Constructor Details
-
Dataset
-
-
Method Details
-
getId
-
getName
-
getDescription
-
setDescription
-
getTenantId
-
setTenantId
-
getCreatedAt
-
getUpdatedAt
-
touchUpdatedAt
public void touchUpdatedAt()
-