@grandlinex/core
    Preparing search index...

    Class CoreEntityWrapper<E>

    A wrapper for CoreEntity operations providing a convenient API for CRUD actions, bulk operations, and caching support. The wrapper is parameterized by a concrete entity type E that extends CoreEntity.

    Type Parameters

    • E extends CoreEntity

      The entity type managed by this wrapper.

    Index

    Constructors

    Properties

    cache: ICoreCache<ICoreKernel<any, ICoreAnyModule>, any, any, any, any> | null
    className: string
    getIns: () => E
    propMap: ColumnPropMap<E>

    Methods