MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / getNextAlias

Method getNextAlias

packages/sql/src/typings.ts:288–288  ·  view source on GitHub ↗
(entityName?: string | EntityName<T>)

Source from the content-addressed store, hash-verified

286 getAliasForJoinPath(path: string, options?: ICriteriaNodeProcessOptions): string | undefined;
287 getJoinForPath(path?: string, options?: ICriteriaNodeProcessOptions): JoinOptions | undefined;
288 getNextAlias(entityName?: string | EntityName<T>): string;
289 clone(reset?: boolean | string[], preserve?: string[]): IQueryBuilder<T>;
290 setFlag(flag: QueryFlag): this;
291 unsetFlag(flag: QueryFlag): this;

Callers 7

getFieldsForJoinedLoadFunction · 0.65
processMethod · 0.65
autoJoinMethod · 0.65
processMethod · 0.65

Implementers 1

QueryBuilderpackages/sql/src/query/QueryBuilder.ts

Calls

no outgoing calls

Tested by

no test coverage detected