Top "Findby" questions

FindBy is a type of annotation used to mark a field on a Page Object to indicate an alternative mechanism for locating the element or a list of elements.

symfony2 doctrine findBy id in arrayCollection

Using Symfony2.3.4 and Doctrine. I have a class Student with a ManyToMany relation with a class Edition. Now in my …

php symfony doctrine-orm findby
Spring JPA repoistory findBy IN List - allow null

Short Description How do I make findBy<Field>In work with IN when the array list input is …

spring hibernate jpa spring-data findby
Symfony2 - FOSUserBundle - FindUserBy<field_in_custom_UserBundle>

I´ve created my own user Bundle, extending FOSUserBundle. In my UserBundle, I have a memberID field, with its setters …

symfony doctrine-orm fosuserbundle findby
doctrine 2 findby function , get keys and values

can i get the keys and values dynamically. in php, you would: foreach ($array as $key => $value) but you …

doctrine doctrine-orm findby
MongoRepository findByCreatedAtBetween not returning accurate results

My document structure in Mongo is like this : db.user.find() { "_id" : ObjectId("560fa46930a8e74be720009a"), "createdAt" : ISODate("2015…

java mongodb spring-data findby mongorepository
ExtJS Search Datastore for value

How do I search a datastore for a specific record? I've tried find() and findBy(), but both return -1. var …

search extjs find datastore findby