lakutata
Version:
An IoC-based universal application framework.
36 lines (28 loc) • 940 B
JavaScript
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */
import { a as e, O as n } from "./Package.internal.51.mjs";
var t = {};
Object.defineProperty(t, "__esModule", {
value: true
});
var a = t.Entity = i;
const o = e();
const r = n;
function i(e, n) {
const t = (r.ObjectUtils.isObject(e) ? e : n) || {};
const a = typeof e === "string" ? e : t.name;
return function(e) {
(0, o.getMetadataArgsStorage)().tables.push({
target: e,
name: a,
type: "regular",
orderBy: t.orderBy ? t.orderBy : undefined,
engine: t.engine ? t.engine : undefined,
database: t.database ? t.database : undefined,
schema: t.schema ? t.schema : undefined,
synchronize: t.synchronize,
withoutRowid: t.withoutRowid,
comment: t.comment ? t.comment : undefined
});
};
}
export { a as E };