Class ColonyRepository
java.lang.Object
com.maplander.backend.repository.RepositoryBase<Colony,Long>
com.maplander.backend.repository.ColonyRepository
-
Field Summary
Fields inherited from class com.maplander.backend.repository.RepositoryBase
sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCompletePlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) getCompletePlacesByWordTest2(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) getPlacesByState(PropertyTypeEnum type, OfferingTypeEnum offering, String state, org.hibernate.Session session) getPlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) getPlacesSoundex(String word, org.hibernate.Session session) Methods inherited from class com.maplander.backend.repository.RepositoryBase
currentSession, delete, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteAllById, deleteById, deleteById, deleteById, existsById, findAll, findAll, findById, findById, save, save, saveAll
-
Constructor Details
-
ColonyRepository
public ColonyRepository(org.hibernate.SessionFactory sessionFactory)
-
-
Method Details
-
getPlacesByState
public List<SQLPlaces> getPlacesByState(PropertyTypeEnum type, OfferingTypeEnum offering, String state, org.hibernate.Session session) -
getPlacesByWord
public List<SQLPlaces> getPlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) -
getCompletePlacesByWord
public SQLResultWord getCompletePlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) -
getCompletePlacesByWordTest2
public SQLResultWord getCompletePlacesByWordTest2(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) -
getPlacesSoundex
-