From 665ef4e3de30b3d269c6cf0bb542ec7f0cf33cb6 Mon Sep 17 00:00:00 2001 From: Sidharth Prabhu Date: Sat, 18 Apr 2026 22:48:22 +0530 Subject: [PATCH] Feedback remarks added --- backend/my_startup.log | 3447 +++++++++++++++++ .../sales/controller/FeedbackController.java | 58 +- .../sales/repository/FeedbackRepository.java | 5 +- .../repository/ItemRatingRepository.java | 16 + .../sales/service/OrderArchiverService.java | 10 + frontend/src/pages/Feedback.tsx | 96 +- ordering_site/src/pages/MyOrdersScreen.tsx | 23 +- 7 files changed, 3619 insertions(+), 36 deletions(-) create mode 100644 backend/my_startup.log create mode 100644 backend/src/main/java/com/rit/canteen/sales/repository/ItemRatingRepository.java diff --git a/backend/my_startup.log b/backend/my_startup.log new file mode 100644 index 00000000..03aa6e07 --- /dev/null +++ b/backend/my_startup.log @@ -0,0 +1,3447 @@ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------------< com.example:backend >------------------------- +[INFO] Building backend 0.0.1-SNAPSHOT +[INFO] from pom.xml +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] >>> spring-boot:3.5.0:run (default-cli) > test-compile @ backend >>> +[INFO] +[INFO] --- resources:3.3.1:resources (default-resources) @ backend --- +[INFO] Copying 1 resource from src/main/resources to target/classes +[INFO] Copying 0 resource from src/main/resources to target/classes +[INFO] +[INFO] --- compiler:3.14.0:compile (default-compile) @ backend --- +[INFO] Nothing to compile - all classes are up to date. +[INFO] +[INFO] --- resources:3.3.1:testResources (default-testResources) @ backend --- +[INFO] Not copying test resources +[INFO] +[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ backend --- +[INFO] Not compiling test sources +[INFO] +[INFO] <<< spring-boot:3.5.0:run (default-cli) < test-compile @ backend <<< +[INFO] +[INFO] +[INFO] --- spring-boot:3.5.0:run (default-cli) @ backend --- +[INFO] Attaching agents: [] + + . ____ _ __ _ _ + /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ +( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ + \\/ ___)| |_)| | | | | || (_| | ) ) ) ) + ' |____| .__|_| |_|_| |_\__, | / / / / + =========|_|==============|___/=/_/_/_/ + + :: Spring Boot :: (v3.5.0) + +2026-04-18T22:44:21.060+05:30 INFO 48735 --- [backend] [ restartedMain] c.rit.canteen.sales.BackendApplication : Starting BackendApplication using Java 25.0.2 with PID 48735 (/Users/sidharth/development/Positeasy-Clone/backend/target/classes started by sidharth in /Users/sidharth/development/Positeasy-Clone/backend) +2026-04-18T22:44:21.061+05:30 INFO 48735 --- [backend] [ restartedMain] c.rit.canteen.sales.BackendApplication : No active profile set, falling back to 1 default profile: "default" +2026-04-18T22:44:21.076+05:30 INFO 48735 --- [backend] [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2026-04-18T22:44:21.076+05:30 INFO 48735 --- [backend] [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2026-04-18T22:44:21.295+05:30 INFO 48735 --- [backend] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2026-04-18T22:44:21.322+05:30 INFO 48735 --- [backend] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23 ms. Found 16 JPA repository interfaces. +2026-04-18T22:44:21.507+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) +2026-04-18T22:44:21.513+05:30 INFO 48735 --- [backend] [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2026-04-18T22:44:21.513+05:30 INFO 48735 --- [backend] [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.41] +2026-04-18T22:44:21.523+05:30 INFO 48735 --- [backend] [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2026-04-18T22:44:21.523+05:30 INFO 48735 --- [backend] [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 447 ms +2026-04-18T22:44:21.573+05:30 INFO 48735 --- [backend] [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2026-04-18T22:44:21.587+05:30 INFO 48735 --- [backend] [ restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.15.Final +2026-04-18T22:44:21.595+05:30 INFO 48735 --- [backend] [ restartedMain] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled +2026-04-18T22:44:21.677+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer +2026-04-18T22:44:21.685+05:30 INFO 48735 --- [backend] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2026-04-18T22:44:21.748+05:30 INFO 48735 --- [backend] [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@42f861f6 +2026-04-18T22:44:21.749+05:30 INFO 48735 --- [backend] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2026-04-18T22:44:21.760+05:30 WARN 48735 --- [backend] [ restartedMain] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2026-04-18T22:44:21.765+05:30 INFO 48735 --- [backend] [ restartedMain] org.hibernate.orm.connections.pooling : HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 18.1 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +2026-04-18T22:44:22.123+05:30 INFO 48735 --- [backend] [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2026-04-18T22:44:22.514+05:30 INFO 48735 --- [backend] [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2026-04-18T22:44:22.633+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used. +Application startup: Triggering proactive order archival... +Starting automated archival process for orders before: 2026-04-18T00:00 +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id from canteen_orders o1_0 where not(o1_0.is_archived) and o1_0.created_at>> UPDATED MASTER USER PASSWORD: admin / admin +2026-04-18T22:44:23.514+05:30 WARN 48735 --- [backend] [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2026-04-18T22:44:23.679+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2026-04-18T22:44:23.691+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' +2026-04-18T22:44:23.696+05:30 INFO 48735 --- [backend] [ restartedMain] c.rit.canteen.sales.BackendApplication : Started BackendApplication in 2.753 seconds (process running for 2.868) +Hibernate: select count(*) from counter_categories cc1_0 +Checking schema consistency for 'stalls' table... +Schema consistency confirmed. +Checking schema consistency for 'canteen_orders' table... +Orders schema consistency confirmed. +Checking schema consistency for 'canteen_item_ratings' table... +Feedback schema consistency confirmed. +Checking image columns for LOB-to-TEXT migration... +Image schema check complete. +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Products seeding check complete! +2026-04-18T22:44:29.223+05:30 INFO 48735 --- [backend] [0.0-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2026-04-18T22:44:29.224+05:30 INFO 48735 --- [backend] [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2026-04-18T22:44:29.224+05:30 INFO 48735 --- [backend] [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +2026-04-18T22:44:29.251+05:30 WARN 48735 --- [backend] [0.0-8080-exec-3] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +2026-04-18T22:44:29.265+05:30 WARN 48735 --- [backend] [0.0-8080-exec-1] ration$PageModule$WarningLoggingModifier : Serializing PageImpl instances as-is is not supported, meaning that there is no guarantee about the stability of the resulting JSON structure! + For a stable JSON structure, please use Spring Data's PagedModel (globally via @EnableSpringDataWebSupport(pageSerializationMode = VIA_DTO)) + or Spring HATEOAS and Spring Data's PagedResourcesAssembler as documented in https://docs.spring.io/spring-data/commons/reference/repositories/core-extensions.html#core.web.pageables. + +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:44:39.187+05:30 WARN 48735 --- [backend] [0.0-8080-exec-6] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Fetching details for item: [Peas Pulao] +Hibernate: select ir1_0.id,ir1_0.comment,f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 left join canteen_feedbacks f1_0 on f1_0.id=ir1_0.feedback_id where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Found 1 ratings +2026-04-18T22:44:49.186+05:30 WARN 48735 --- [backend] [.0-8080-exec-10] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:44:59.187+05:30 WARN 48735 --- [backend] [0.0-8080-exec-4] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:45:09.185+05:30 WARN 48735 --- [backend] [0.0-8080-exec-5] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:45:09.587+05:30 INFO 48735 --- [backend] [ File Watcher] rtingClassPathChangeChangedEventListener : Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification) +2026-04-18T22:45:09.590+05:30 INFO 48735 --- [backend] [ Thread-5] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete +2026-04-18T22:45:09.597+05:30 INFO 48735 --- [backend] [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete +2026-04-18T22:45:09.600+05:30 INFO 48735 --- [backend] [ Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2026-04-18T22:45:09.602+05:30 INFO 48735 --- [backend] [ Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... +2026-04-18T22:45:09.602+05:30 INFO 48735 --- [backend] [ Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. + + . ____ _ __ _ _ + /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ +( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ + \\/ ___)| |_)| | | | | || (_| | ) ) ) ) + ' |____| .__|_| |_|_| |_\__, | / / / / + =========|_|==============|___/=/_/_/_/ + + :: Spring Boot :: (v3.5.0) + +2026-04-18T22:45:09.639+05:30 INFO 48735 --- [backend] [ restartedMain] c.rit.canteen.sales.BackendApplication : Starting BackendApplication using Java 25.0.2 with PID 48735 (/Users/sidharth/development/Positeasy-Clone/backend/target/classes started by sidharth in /Users/sidharth/development/Positeasy-Clone/backend) +2026-04-18T22:45:09.639+05:30 INFO 48735 --- [backend] [ restartedMain] c.rit.canteen.sales.BackendApplication : No active profile set, falling back to 1 default profile: "default" +2026-04-18T22:45:09.698+05:30 INFO 48735 --- [backend] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2026-04-18T22:45:09.706+05:30 INFO 48735 --- [backend] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 8 ms. Found 16 JPA repository interfaces. +2026-04-18T22:45:09.742+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) +2026-04-18T22:45:09.742+05:30 INFO 48735 --- [backend] [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2026-04-18T22:45:09.742+05:30 INFO 48735 --- [backend] [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.41] +2026-04-18T22:45:09.746+05:30 INFO 48735 --- [backend] [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2026-04-18T22:45:09.746+05:30 INFO 48735 --- [backend] [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 106 ms +2026-04-18T22:45:09.760+05:30 INFO 48735 --- [backend] [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2026-04-18T22:45:09.761+05:30 INFO 48735 --- [backend] [ restartedMain] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled +2026-04-18T22:45:09.763+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer +2026-04-18T22:45:09.764+05:30 INFO 48735 --- [backend] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... +2026-04-18T22:45:09.780+05:30 INFO 48735 --- [backend] [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection org.postgresql.jdbc.PgConnection@239a6d76 +2026-04-18T22:45:09.780+05:30 INFO 48735 --- [backend] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. +2026-04-18T22:45:09.782+05:30 WARN 48735 --- [backend] [ restartedMain] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2026-04-18T22:45:09.783+05:30 INFO 48735 --- [backend] [ restartedMain] org.hibernate.orm.connections.pooling : HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-2)'] + Database driver: undefined/unknown + Database version: 18.1 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +2026-04-18T22:45:09.878+05:30 INFO 48735 --- [backend] [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2026-04-18T22:45:10.248+05:30 INFO 48735 --- [backend] [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +Application startup: Triggering proactive order archival... +Starting automated archival process for orders before: 2026-04-18T00:00 +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id from canteen_orders o1_0 where not(o1_0.is_archived) and o1_0.created_at>> UPDATED MASTER USER PASSWORD: admin / admin +2026-04-18T22:45:10.422+05:30 WARN 48735 --- [backend] [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2026-04-18T22:45:10.479+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2026-04-18T22:45:10.484+05:30 INFO 48735 --- [backend] [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' +2026-04-18T22:45:10.486+05:30 INFO 48735 --- [backend] [ restartedMain] c.rit.canteen.sales.BackendApplication : Started BackendApplication in 0.857 seconds (process running for 49.658) +Checking schema consistency for 'stalls' table... +Schema consistency confirmed. +Checking schema consistency for 'canteen_orders' table... +Orders schema consistency confirmed. +Checking schema consistency for 'canteen_item_ratings' table... +Feedback schema consistency confirmed. +Checking image columns for LOB-to-TEXT migration... +Image schema check complete. +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select bi1_0.id from base_items bi1_0 where bi1_0.name=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Hibernate: select p1_0.id from products p1_0 where p1_0.name=? and p1_0.category=? fetch first ? rows only +Products seeding check complete! +Hibernate: select count(*) from counter_categories cc1_0 +2026-04-18T22:45:10.542+05:30 INFO 48735 --- [backend] [ restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2026-04-18T22:45:19.185+05:30 INFO 48735 --- [backend] [0.0-8080-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2026-04-18T22:45:19.186+05:30 INFO 48735 --- [backend] [0.0-8080-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2026-04-18T22:45:19.187+05:30 INFO 48735 --- [backend] [0.0-8080-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms +2026-04-18T22:45:19.192+05:30 WARN 48735 --- [backend] [0.0-8080-exec-2] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +2026-04-18T22:45:19.198+05:30 WARN 48735 --- [backend] [0.0-8080-exec-1] ration$PageModule$WarningLoggingModifier : Serializing PageImpl instances as-is is not supported, meaning that there is no guarantee about the stability of the resulting JSON structure! + For a stable JSON structure, please use Spring Data's PagedModel (globally via @EnableSpringDataWebSupport(pageSerializationMode = VIA_DTO)) + or Spring HATEOAS and Spring Data's PagedResourcesAssembler as documented in https://docs.spring.io/spring-data/commons/reference/repositories/core-extensions.html#core.web.pageables. + +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:45:29.181+05:30 WARN 48735 --- [backend] [0.0-8080-exec-5] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:45:39.189+05:30 WARN 48735 --- [backend] [0.0-8080-exec-8] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:45:49.182+05:30 WARN 48735 --- [backend] [0.0-8080-exec-1] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select avg(ir1_0.rating) from canteen_item_ratings ir1_0 +Hibernate: select f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name from canteen_feedbacks f1_0 order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.rating +Hibernate: select ir1_0.product_name,avg(ir1_0.rating),count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.product_name order by avg(ir1_0.rating) desc +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select avg(ir1_0.rating) from canteen_item_ratings ir1_0 +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.rating +Hibernate: select ir1_0.product_name,avg(ir1_0.rating),count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.product_name order by avg(ir1_0.rating) desc +Hibernate: select u1_0.id,u1_0.created_at,u1_0.is_logged_in,u1_0.last_login_at,u1_0.mobile_number,u1_0.name,u1_0.pin_hash,u1_0.updated_at from app_users u1_0 where u1_0.id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name from canteen_feedbacks f1_0 order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select u1_0.id,u1_0.created_at,u1_0.is_logged_in,u1_0.last_login_at,u1_0.mobile_number,u1_0.name,u1_0.pin_hash,u1_0.updated_at from app_users u1_0 where u1_0.id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) group by ir1_0.rating +Hibernate: select ir1_0.id,ir1_0.comment,f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 left join canteen_feedbacks f1_0 on f1_0.id=ir1_0.feedback_id where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +2026-04-18T22:45:59.185+05:30 WARN 48735 --- [backend] [0.0-8080-exec-3] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) group by ir1_0.rating +Hibernate: select ir1_0.id,ir1_0.comment,f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 left join canteen_feedbacks f1_0 on f1_0.id=ir1_0.feedback_id where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) group by ir1_0.rating +Hibernate: select ir1_0.id,ir1_0.comment,f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 left join canteen_feedbacks f1_0 on f1_0.id=ir1_0.feedback_id where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +2026-04-18T22:46:09.186+05:30 WARN 48735 --- [backend] [0.0-8080-exec-9] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:46:19.184+05:30 WARN 48735 --- [backend] [.0-8080-exec-10] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:46:29.185+05:30 WARN 48735 --- [backend] [0.0-8080-exec-1] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:46:39.185+05:30 WARN 48735 --- [backend] [0.0-8080-exec-5] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:46:49.182+05:30 WARN 48735 --- [backend] [0.0-8080-exec-8] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:46:59.184+05:30 WARN 48735 --- [backend] [0.0-8080-exec-1] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:47:09.185+05:30 WARN 48735 --- [backend] [0.0-8080-exec-9] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select avg(ir1_0.rating) from canteen_item_ratings ir1_0 +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.rating +Hibernate: select f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name from canteen_feedbacks f1_0 order by f1_0.created_at desc fetch first ? rows only +Hibernate: select ir1_0.product_name,avg(ir1_0.rating),count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.product_name order by avg(ir1_0.rating) desc +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select avg(ir1_0.rating) from canteen_item_ratings ir1_0 +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.rating +Hibernate: select u1_0.id,u1_0.created_at,u1_0.is_logged_in,u1_0.last_login_at,u1_0.mobile_number,u1_0.name,u1_0.pin_hash,u1_0.updated_at from app_users u1_0 where u1_0.id=? +Hibernate: select ir1_0.product_name,avg(ir1_0.rating),count(ir1_0.id) from canteen_item_ratings ir1_0 group by ir1_0.product_name order by avg(ir1_0.rating) desc +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name from canteen_feedbacks f1_0 order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select u1_0.id,u1_0.created_at,u1_0.is_logged_in,u1_0.last_login_at,u1_0.mobile_number,u1_0.name,u1_0.pin_hash,u1_0.updated_at from app_users u1_0 where u1_0.id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.feedback_id,ir1_0.id,ir1_0.comment,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 where ir1_0.feedback_id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) group by ir1_0.rating +Hibernate: select ir1_0.id,ir1_0.comment,f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 left join canteen_feedbacks f1_0 on f1_0.id=ir1_0.feedback_id where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) group by ir1_0.rating +Hibernate: select ir1_0.id,ir1_0.comment,f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 left join canteen_feedbacks f1_0 on f1_0.id=ir1_0.feedback_id where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select ir1_0.rating,count(ir1_0.id) from canteen_item_ratings ir1_0 where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) group by ir1_0.rating +Hibernate: select ir1_0.id,ir1_0.comment,f1_0.id,f1_0.comment,f1_0.created_at,f1_0.order_id,f1_0.user_id,f1_0.user_name,ir1_0.product_id,ir1_0.product_name,ir1_0.rating from canteen_item_ratings ir1_0 left join canteen_feedbacks f1_0 on f1_0.id=ir1_0.feedback_id where trim(BOTH from lower(ir1_0.product_name))=trim(BOTH from lower(?)) order by f1_0.created_at desc fetch first ? rows only +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +Hibernate: select o1_0.id,o1_0.created_at,o1_0.display_order_id,o1_0.has_feedback,o1_0.is_archived,o1_0.order_number,o1_0.order_type,o1_0.payment_method,o1_0.status,o1_0.total_amount,o1_0.user_id,i1_0.order_id,i1_0.id,i1_0.price,i1_0.product_id,i1_0.product_name,i1_0.quantity,i1_0.stall_id,i1_0.stall_name from canteen_orders o1_0 left join canteen_order_items i1_0 on o1_0.id=i1_0.order_id where o1_0.id=? +2026-04-18T22:47:19.185+05:30 WARN 48735 --- [backend] [0.0-8080-exec-2] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:47:29.183+05:30 WARN 48735 --- [backend] [0.0-8080-exec-1] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:47:39.186+05:30 WARN 48735 --- [backend] [0.0-8080-exec-6] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:47:49.182+05:30 WARN 48735 --- [backend] [0.0-8080-exec-8] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:47:59.184+05:30 WARN 48735 --- [backend] [0.0-8080-exec-4] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +2026-04-18T22:48:09.184+05:30 WARN 48735 --- [backend] [0.0-8080-exec-5] org.hibernate.orm.query : HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory +Hibernate: select distinct p1_0.id,p1_0.active,p1_0.attributes_optional,p1_0.barcode,p1_0.base_price,p1_0.category,p1_0.counter,p1_0.description,p1_0.discount_amount,p1_0.discount_percent,p1_0.has_allergy,p1_0.image_data,p1_0.is_veg,p1_0.name,p1_0.offer_price,p1_0.parcel_charges,p1_0.parcel_not_allowed,p1_0.price,p1_0.product_id,p1_0.session_optional,s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed,p1_0.stock,p1_0.tag from products p1_0 left join stall_products s1_0 on p1_0.id=s1_0.product_id left join stalls s1_1 on s1_1.id=s1_0.stall_id +Hibernate: select bi1_0.id,bi1_0.active,bi1_0.description,bi1_0.name from base_items bi1_0 offset ? rows fetch first ? rows only +Hibernate: select s1_0.id,s1_0.active,s1_0.description,s1_0.image_data,s1_0.name,s1_0.session_optional,s1_0.temporarily_closed from stalls s1_0 where s1_0.active +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select count(p1_0.id) from products p1_0 +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_1.id,s1_1.active,s1_1.description,s1_1.image_data,s1_1.name,s1_1.session_optional,s1_1.temporarily_closed from stall_products s1_0 join stalls s1_1 on s1_1.id=s1_0.stall_id where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.stall_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from stall_sessions s1_0 where s1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select p1_0.stall_id,p1_1.id,p1_1.active,p1_1.attributes_optional,p1_1.barcode,p1_1.base_price,p1_1.category,p1_1.counter,p1_1.description,p1_1.discount_amount,p1_1.discount_percent,p1_1.has_allergy,p1_1.image_data,p1_1.is_veg,p1_1.name,p1_1.offer_price,p1_1.parcel_charges,p1_1.parcel_not_allowed,p1_1.price,p1_1.product_id,p1_1.session_optional,p1_1.stock,p1_1.tag from stall_products p1_0 join products p1_1 on p1_1.id=p1_0.product_id where p1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select bi1_0.stall_id,bi1_1.id,bi1_1.active,bi1_1.description,bi1_1.name from stall_base_items bi1_0 join base_items bi1_1 on bi1_1.id=bi1_0.base_item_id where bi1_0.stall_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? +Hibernate: select s1_0.product_id,s1_0.id,s1_0.active,s1_0.day_of_week,s1_0.end_time,s1_0.start_time from product_sessions s1_0 where s1_0.product_id=? diff --git a/backend/src/main/java/com/rit/canteen/sales/controller/FeedbackController.java b/backend/src/main/java/com/rit/canteen/sales/controller/FeedbackController.java index 457bb8a1..bc0ed958 100644 --- a/backend/src/main/java/com/rit/canteen/sales/controller/FeedbackController.java +++ b/backend/src/main/java/com/rit/canteen/sales/controller/FeedbackController.java @@ -4,10 +4,12 @@ import com.rit.canteen.sales.model.Feedback; import com.rit.canteen.sales.model.ItemRating; import com.rit.canteen.sales.model.Order; import com.rit.canteen.sales.repository.FeedbackRepository; +import com.rit.canteen.sales.repository.ItemRatingRepository; import com.rit.canteen.sales.repository.OrderRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageRequest; +import org.springframework.data.domain.Sort; import org.springframework.http.ResponseEntity; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.*; @@ -24,6 +26,9 @@ public class FeedbackController { @Autowired private OrderRepository orderRepository; + @Autowired + private ItemRatingRepository itemRatingRepository; + @GetMapping public Page getAllFeedback( @RequestParam(defaultValue = "0") int page, @@ -32,29 +37,66 @@ public class FeedbackController { } @GetMapping("/item-details") + @Transactional(readOnly = true) public Page> getItemDetails( @RequestParam String productName, @RequestParam(defaultValue = "0") int page, @RequestParam(defaultValue = "10") int size) { - Page ratings = feedbackRepository.findByProductName(productName, PageRequest.of(page, size)); + String trimmedName = productName != null ? productName.trim() : ""; + + // Sort by feedback.createdAt DESC + Sort sort = Sort.by(Sort.Direction.DESC, "feedback.createdAt"); + Page ratings = itemRatingRepository.findByProductNameIgnoreCase(trimmedName, PageRequest.of(page, size, sort)); + return ratings.map(r -> { Map map = new HashMap<>(); map.put("rating", r.getRating()); // Priority: Item-specific comment -> parent Feedback comment -> empty String comment = r.getComment(); + Feedback f = r.getFeedback(); if (comment == null || comment.isBlank()) { - if (r.getFeedback() != null) { - comment = r.getFeedback().getComment(); + if (f != null) { + comment = f.getComment(); } } map.put("comment", comment != null ? comment : ""); - map.put("date", r.getFeedback() != null ? r.getFeedback().getCreatedAt() : java.time.LocalDateTime.now()); + map.put("date", f != null ? f.getCreatedAt() : java.time.LocalDateTime.now()); + map.put("userName", f != null ? f.getUserName() : "Anonymous"); + map.put("orderNumber", (f != null && f.getOrder() != null) ? f.getOrder().getOrderNumber() : "N/A"); return map; }); } + @GetMapping("/item-stats") + public Map getItemStats(@RequestParam String productName) { + Map stats = new HashMap<>(); + List distribution = feedbackRepository.getItemRatingDistribution(productName); + List> distList = new ArrayList<>(); + + long totalCount = 0; + double sum = 0; + + for (Object[] row : distribution) { + Map item = new HashMap<>(); + int rating = ((Number) row[0]).intValue(); + long count = ((Number) row[1]).longValue(); + item.put("rating", rating); + item.put("count", count); + distList.add(item); + + totalCount += count; + sum += (rating * count); + } + + stats.put("distribution", distList); + stats.put("totalReviews", totalCount); + stats.put("averageRating", totalCount > 0 ? sum / totalCount : 0.0); + + return stats; + } + @GetMapping("/stats") public Map getFeedbackStats() { Map stats = new HashMap<>(); @@ -66,8 +108,8 @@ public class FeedbackController { List> distList = new ArrayList<>(); for (Object[] row : distribution) { Map item = new HashMap<>(); - item.put("rating", row[0]); - item.put("count", row[1]); + item.put("rating", ((Number) row[0]).intValue()); + item.put("count", ((Number) row[1]).longValue()); distList.add(item); } stats.put("distribution", distList); @@ -77,8 +119,8 @@ public class FeedbackController { for (Object[] row : topRated) { Map item = new HashMap<>(); item.put("name", row[0]); - item.put("average", row[1]); - item.put("count", row[2]); + item.put("average", row[1] != null ? ((Number) row[1]).doubleValue() : 0.0); + item.put("count", row[2] != null ? ((Number) row[2]).longValue() : 0); topList.add(item); } stats.put("ratedItems", topList); diff --git a/backend/src/main/java/com/rit/canteen/sales/repository/FeedbackRepository.java b/backend/src/main/java/com/rit/canteen/sales/repository/FeedbackRepository.java index 26da3c34..abec3be0 100644 --- a/backend/src/main/java/com/rit/canteen/sales/repository/FeedbackRepository.java +++ b/backend/src/main/java/com/rit/canteen/sales/repository/FeedbackRepository.java @@ -1,6 +1,7 @@ package com.rit.canteen.sales.repository; import com.rit.canteen.sales.model.Feedback; +import com.rit.canteen.sales.model.ItemRating; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; @@ -25,6 +26,6 @@ public interface FeedbackRepository extends JpaRepository { @Query("SELECT ir.productName, AVG(ir.rating), COUNT(ir) FROM ItemRating ir GROUP BY ir.productName ORDER BY AVG(ir.rating) DESC") List getTopRatedItems(); - @Query("SELECT ir FROM ItemRating ir WHERE TRIM(LOWER(ir.productName)) = TRIM(LOWER(:productName)) ORDER BY ir.feedback.createdAt DESC") - Page findByProductName(@org.springframework.data.repository.query.Param("productName") String productName, Pageable pageable); + @Query("SELECT ir.rating, COUNT(ir) FROM ItemRating ir WHERE TRIM(LOWER(ir.productName)) = TRIM(LOWER(:productName)) GROUP BY ir.rating") + List getItemRatingDistribution(@org.springframework.data.repository.query.Param("productName") String productName); } diff --git a/backend/src/main/java/com/rit/canteen/sales/repository/ItemRatingRepository.java b/backend/src/main/java/com/rit/canteen/sales/repository/ItemRatingRepository.java new file mode 100644 index 00000000..7f821f8f --- /dev/null +++ b/backend/src/main/java/com/rit/canteen/sales/repository/ItemRatingRepository.java @@ -0,0 +1,16 @@ +package com.rit.canteen.sales.repository; + +import com.rit.canteen.sales.model.ItemRating; +import org.springframework.data.domain.Page; +import org.springframework.data.domain.Pageable; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.data.jpa.repository.Query; +import org.springframework.stereotype.Repository; + +@Repository +public interface ItemRatingRepository extends JpaRepository { + + @Query(value = "SELECT ir FROM ItemRating ir LEFT JOIN FETCH ir.feedback WHERE TRIM(LOWER(ir.productName)) = TRIM(LOWER(:productName))", + countQuery = "SELECT COUNT(ir) FROM ItemRating ir WHERE TRIM(LOWER(ir.productName)) = TRIM(LOWER(:productName))") + Page findByProductNameIgnoreCase(String productName, Pageable pageable); +} diff --git a/backend/src/main/java/com/rit/canteen/sales/service/OrderArchiverService.java b/backend/src/main/java/com/rit/canteen/sales/service/OrderArchiverService.java index 7f148df9..da17b888 100644 --- a/backend/src/main/java/com/rit/canteen/sales/service/OrderArchiverService.java +++ b/backend/src/main/java/com/rit/canteen/sales/service/OrderArchiverService.java @@ -6,6 +6,7 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; +import jakarta.annotation.PostConstruct; import java.time.LocalDate; import java.time.LocalDateTime; @@ -17,6 +18,15 @@ public class OrderArchiverService { @Autowired private OrderRepository orderRepository; + /** + * Ensures all old orders are archived immediately upon application startup. + */ + @PostConstruct + public void init() { + System.out.println("Application startup: Triggering proactive order archival..."); + archivePreviousDayOrders(); + } + /** * Automatically archives orders from previous days at midnight (12:00 AM). * Cron: 0 0 0 * * * (Second Minute Hour Day Month DayOfWeek) diff --git a/frontend/src/pages/Feedback.tsx b/frontend/src/pages/Feedback.tsx index 8d976e9e..9fa2e746 100644 --- a/frontend/src/pages/Feedback.tsx +++ b/frontend/src/pages/Feedback.tsx @@ -8,7 +8,8 @@ import { PieChart as PieChartIcon, ThumbsUp, X, - Clock + Clock, + BarChart3 } from 'lucide-react'; import { PieChart, @@ -36,6 +37,17 @@ interface ItemDetail { rating: number; comment: string; date: string; + userName?: string; + orderNumber?: string; +} + +interface ItemStats { + averageRating: number; + totalReviews: number; + distribution: Array<{ + rating: number; + count: number; + }>; } interface FeedbackStats { @@ -60,6 +72,7 @@ const Feedback: React.FC = () => { // Modal states const [selectedItem, setSelectedItem] = useState(null); const [itemDetails, setItemDetails] = useState([]); + const [itemStats, setItemStats] = useState(null); const [detailsLoading, setItemDetailsLoading] = useState(false); const [detailsPage, setDetailsPage] = useState(0); const [detailsTotal, setDetailsTotal] = useState(0); @@ -90,15 +103,22 @@ const Feedback: React.FC = () => { } }; - const fetchItemDetails = async (itemName: string, pageNum: number) => { + const fetchItemData = async (itemName: string, pageNum: number) => { setItemDetailsLoading(true); try { - const response = await fetch(`http://${window.location.hostname}:8080/api/feedback/item-details?productName=${encodeURIComponent(itemName)}&page=${pageNum}&size=${detailsPageSize}`); - const data = await response.json(); - setItemDetails(data?.content || []); - setDetailsTotal(data?.totalElements || 0); + const [detailsRes, statsRes] = await Promise.all([ + fetch(`http://${window.location.hostname}:8080/api/feedback/item-details?productName=${encodeURIComponent(itemName)}&page=${pageNum}&size=${detailsPageSize}`), + fetch(`http://${window.location.hostname}:8080/api/feedback/item-stats?productName=${encodeURIComponent(itemName)}`) + ]); + + const detailsData = await detailsRes.json(); + const statsData = await statsRes.json(); + + setItemDetails(detailsData?.content || []); + setDetailsTotal(detailsData?.totalElements || 0); + setItemStats(statsData); } catch (error) { - console.error('Error fetching item details:', error); + console.error('Error fetching item feedback data:', error); setItemDetails([]); } finally { setItemDetailsLoading(false); @@ -115,7 +135,7 @@ const Feedback: React.FC = () => { useEffect(() => { if (selectedItem) { - fetchItemDetails(selectedItem.name, detailsPage); + fetchItemData(selectedItem.name, detailsPage); } }, [selectedItem, detailsPage]); @@ -359,7 +379,46 @@ const Feedback: React.FC = () => {
-
+
+ {/* Item Specific Breakdown */} + {itemStats && ( +
+
+
+ +
+

Rating Breakdown

+
+ +
+ {[5, 4, 3, 2, 1].map(rating => { + const dist = itemStats.distribution.find(d => d.rating === rating); + const percentage = itemStats.totalReviews > 0 ? ((dist?.count || 0) / itemStats.totalReviews) * 100 : 0; + return ( +
+ {rating} Stars +
+ +
+ {dist?.count || 0} +
+ ) + })} +
+
+ )} + +
+
+ +
+

Customer Remarks

+
+ {detailsLoading && itemDetails.length === 0 ? (
@@ -367,22 +426,23 @@ const Feedback: React.FC = () => {
) : itemDetails.map((detail, idx) => (
-
+
- {format(new Date(detail.date), 'dd MMM yyyy, hh:mm a')} + {format(new Date(detail.date), 'dd MMM yyyy, hh:mm a')}
- {renderStars(detail.rating, 16)} + {renderStars(detail.rating, 18)}
-

- "{detail.comment || 'No written review provided'}" -

-
-
A
- Anonymous Customer + +
+
REMARK
+

+ "{detail.comment || 'No specific remark provided.'}" +

+
))} diff --git a/ordering_site/src/pages/MyOrdersScreen.tsx b/ordering_site/src/pages/MyOrdersScreen.tsx index 93357c27..9acab509 100644 --- a/ordering_site/src/pages/MyOrdersScreen.tsx +++ b/ordering_site/src/pages/MyOrdersScreen.tsx @@ -19,7 +19,7 @@ interface Order { status: string; paymentMethod: string; createdAt: string; - archived: boolean; + isArchived: boolean; items: Array<{ productName: string; quantity: number; @@ -42,6 +42,13 @@ const MyOrdersScreen: React.FC = () => { const [unavailableItems, setUnavailableItems] = useState([]); const [pendingItems, setPendingItems] = useState([]); + const isOrderExpired = (order: Order) => { + if (order.isArchived) return true; + const orderDate = new Date(order.createdAt).toDateString(); + const today = new Date().toDateString(); + return orderDate !== today; + }; + useEffect(() => { if (user?.id) { fetchOrders(); @@ -137,7 +144,7 @@ const MyOrdersScreen: React.FC = () => {
{latestOrder.status}
-
+
{latestOrder.status.toUpperCase() === 'COMPLETED' && ( @@ -145,14 +152,14 @@ const MyOrdersScreen: React.FC = () => { COMPLETED
)} - {latestOrder.archived && ( + {isOrderExpired(latestOrder) && (
EXPIRED
)}
- {latestOrder.status.toUpperCase() === 'COMPLETED' ? 'Order Fulfilled' : 'Tap to enlarge QR'} + {isOrderExpired(latestOrder) ? 'QR Expired' : (latestOrder.status.toUpperCase() === 'COMPLETED' ? 'Order Fulfilled' : 'Tap to enlarge QR')}
@@ -237,7 +244,7 @@ const MyOrdersScreen: React.FC = () => {

Order #{selectedOrder.displayOrderId}

-
+
{selectedOrder.status.toUpperCase() === 'COMPLETED' && ( @@ -245,15 +252,15 @@ const MyOrdersScreen: React.FC = () => { COMPLETED
)} - {selectedOrder.archived && ( + {isOrderExpired(selectedOrder) && (
EXPIRED
)}

- {selectedOrder.archived - ? 'This order has expired' + {isOrderExpired(selectedOrder) + ? 'QR Expired' : selectedOrder.status.toUpperCase() === 'COMPLETED' ? 'This order has been fulfilled' : 'Show this QR code at the counter'}