Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to retrieve an @Entity type from an InsertQueryBuilder within TypeOrm because the InsertQueryBuilder is used for creating and executing INSERT SQL statements, not for retrieving data. To retrieve data from a database using TypeOrm, you would typically use a Repository or QueryBuilder, which are specifically designed for data retrieval operations.