Uses of Class
com.bayudwiyansatria.spring.model.entity.HomeEntity
Packages that use HomeEntity
Package
Description
This package contains custom JPA repository layer classes for the Spring Boot Boilerplate
application.
This package contains the implementation classes for custom JPA repository methods in the Spring
Boot Boilerplate application.
This package contains the custom MongoDB repository layer classes for the Spring Boot Boilerplate
application.
This package contains the implementation classes for custom MongoDB repository methods in the
Spring Boot Boilerplate application.
-
Uses of HomeEntity in com.bayudwiyansatria.spring.repository.jpa.custom
Methods in com.bayudwiyansatria.spring.repository.jpa.custom that return HomeEntityModifier and TypeMethodDescriptionFinds a HomeEntity by its id and message. -
Uses of HomeEntity in com.bayudwiyansatria.spring.repository.jpa.custom.impl
Methods in com.bayudwiyansatria.spring.repository.jpa.custom.impl that return HomeEntityModifier and TypeMethodDescriptionHomeEntityCustomRepositoryImpl -
Uses of HomeEntity in com.bayudwiyansatria.spring.repository.mongodb.custom
Methods in com.bayudwiyansatria.spring.repository.mongodb.custom that return HomeEntityModifier and TypeMethodDescriptionFinds a HomeEntity by its id and message. -
Uses of HomeEntity in com.bayudwiyansatria.spring.repository.mongodb.custom.impl
Methods in com.bayudwiyansatria.spring.repository.mongodb.custom.impl that return HomeEntityModifier and TypeMethodDescriptionFinds a HomeEntity by its id and message.