Top "Createquery" questions

Is there possible to use createQueryBuilder for insert/update? If not, what function should I use?

For now I succeded to create a function that retrieves data from the database using Doctrine's function createQueryBuilder. Does anybody …

symfony doctrine-orm insert-update createquery
Parameter value [2] did not match expected type [com.cityBike.app.model.User

I receive the error of java.lang.IllegalArgumentException: Parameter value [2] did not match expected type [com.cityBike.app.model.User (…

java hibernate jpa createquery
symfony2 querybuilder orderby count manytomany

I have an entity called School, it has a ManyToMany relation "methods" class School{ /** * @ORM\Id * @ORM\GeneratedValue(strategy="AUTO") * @…

symfony sql-order-by createquery
Symfony2 createQuery order by field

Hi i have this query writen in phpmyadmin and it works gr8. SELECT u.* FROM users AS u WHERE u.…

symfony doctrine-orm sql-order-by field createquery
Can't find CreateQuery() method

I'm a new beginner to the entity framework . and i can't find the following method CreateQuery() why i can't find …

c# asp.net entity-framework visual-studio-2012 createquery