Uses of Class
com.maplander.backend.model.manage.complex.SQLPlaces
Packages that use SQLPlaces
Package
Description
-
Uses of SQLPlaces in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return types with arguments of type SQLPlacesModifier and TypeMethodDescriptionTestEndpoint.getPlacesByStateTest(OfferingTypeEnum offering, PropertyTypeEnum type, String state) TestEndpoint.getPlacesByWordTest(OfferingTypeEnum offering, PropertyTypeEnum type, String word) -
Uses of SQLPlaces in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return types with arguments of type SQLPlacesModifier and TypeMethodDescriptionSQLResultWord.getCities()SQLResultWord.getColonies()SQLResultWord.getMunicipalities()SQLResultWord.getStates()Method parameters in com.maplander.backend.model.manage.complex with type arguments of type SQLPlacesModifier and TypeMethodDescriptionvoidvoidSQLResultWord.setColonies(List<SQLPlaces> colonies) voidSQLResultWord.setMunicipalities(List<SQLPlaces> municipalities) voidConstructor parameters in com.maplander.backend.model.manage.complex with type arguments of type SQLPlaces -
Uses of SQLPlaces in com.maplander.backend.repository
Methods in com.maplander.backend.repository that return types with arguments of type SQLPlacesModifier and TypeMethodDescriptionPropertyRepository.findPlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, Integer limit, Integer offset, org.hibernate.Session session) PropertyRepository.findPlacesByWordInOffice(PropertyTypeEnum type, OfferingTypeEnum offering, Long officeId, String word, org.hibernate.Session session) PropertyRepository.findPlacesByWordInUser(PropertyTypeEnum type, OfferingTypeEnum offering, Long userId, String word, org.hibernate.Session session) PropertyRepository.findPlacesByWordSoundex(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) PropertyRepository.findPlacesByWordSP(String word, org.hibernate.Session session) ColonyRepository.getPlacesByState(PropertyTypeEnum type, OfferingTypeEnum offering, String state, org.hibernate.Session session) ColonyRepository.getPlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session)