Files
Canteen-Management-System/backend/my_startup.log
2026-04-18 22:48:22 +05:30

3448 lines
549 KiB
Plaintext

[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<?
No orders found to archive for today.
Hibernate: select su1_0.id,su1_0.email,su1_0.name,su1_0.password,su1_0.role,su1_0.view_only from system_users su1_0 where su1_0.email=?
Hibernate: select su1_0.id,su1_0.email,su1_0.name,su1_0.password,su1_0.role,su1_0.view_only from system_users su1_0 where su1_0.email=?
Hibernate: select p1_0.user_id,p1_0.permission from system_user_permissions p1_0 where p1_0.user_id=?
Hibernate: select su1_0.id,su1_0.email,su1_0.name,su1_0.password,su1_0.role,su1_0.view_only,p1_0.user_id,p1_0.permission from system_users su1_0 left join system_user_permissions p1_0 on su1_0.id=p1_0.user_id where su1_0.id=?
Hibernate: update system_users set email=?,name=?,password=?,role=?,view_only=? where id=?
>>> 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<?
No orders found to archive for today.
Hibernate: select su1_0.id,su1_0.email,su1_0.name,su1_0.password,su1_0.role,su1_0.view_only from system_users su1_0 where su1_0.email=?
Hibernate: select su1_0.id,su1_0.email,su1_0.name,su1_0.password,su1_0.role,su1_0.view_only from system_users su1_0 where su1_0.email=?
Hibernate: select p1_0.user_id,p1_0.permission from system_user_permissions p1_0 where p1_0.user_id=?
Hibernate: select su1_0.id,su1_0.email,su1_0.name,su1_0.password,su1_0.role,su1_0.view_only,p1_0.user_id,p1_0.permission from system_users su1_0 left join system_user_permissions p1_0 on su1_0.id=p1_0.user_id where su1_0.id=?
Hibernate: update system_users set email=?,name=?,password=?,role=?,view_only=? where id=?
>>> 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=?