org.hibernate.QueryException: could not resolve property: filename

Hibernate queries are case sensitive with property names (because they end up relying on getter/setter methods on the @Entity). Make sure you refer to the property as fileName in the Criteria query, not filename. Specifically, Hibernate will call the getter method of the filename property when executing that Criteria query, so it will look for … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)