Uses of Class
cz.tvrzna.dbrunk.DbrunkService
-
Packages that use DbrunkService Package Description cz.tvrzna.dbrunk cz.tvrzna.dbrunk.repositories -
-
Uses of DbrunkService in cz.tvrzna.dbrunk
Methods in cz.tvrzna.dbrunk that return DbrunkService Modifier and Type Method Description static DbrunkServiceDbrunkService. getInstance()Gets the single instance of DbrunkService. -
Uses of DbrunkService in cz.tvrzna.dbrunk.repositories
Methods in cz.tvrzna.dbrunk.repositories that return DbrunkService Modifier and Type Method Description protected DbrunkServiceAbstractRepository. getDbrunkService()Gets the dbrunk service.Methods in cz.tvrzna.dbrunk.repositories with parameters of type DbrunkService Modifier and Type Method Description protected voidAbstractRepository. setDbrunkService(DbrunkService databaseService)Sets the dbrunk service.Constructors in cz.tvrzna.dbrunk.repositories with parameters of type DbrunkService Constructor Description AbstractRepository(Class<T> clazz, DbrunkService databaseService)Instantiates a new abstract repository.
-