Class GenericServiceImpl<T,ID,R extends org.springframework.data.jpa.repository.JpaRepository<T,ID>>
java.lang.Object
org.apache.clusterbr.zupportl5.service.GenericServiceImpl<T,ID,R>
- All Implemented Interfaces:
GenericEntityService<T,ID>
- Direct Known Subclasses:
KnowledgebaseService,PlaybookService,RunbookService
@Service
public abstract class GenericServiceImpl<T,ID,R extends org.springframework.data.jpa.repository.JpaRepository<T,ID>>
extends Object
implements GenericEntityService<T,ID>
UML Diagrams:




- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
repository
-
messageService
-
-
Constructor Details
-
GenericServiceImpl
-
-
Method Details
-
getAll
- Specified by:
getAllin interfaceGenericEntityService<T,ID>
-
getById
- Specified by:
getByIdin interfaceGenericEntityService<T,ID>
-
create
- Specified by:
createin interfaceGenericEntityService<T,ID>
-
update
- Specified by:
updatein interfaceGenericEntityService<T,ID>
-
deleteById
- Specified by:
deleteByIdin interfaceGenericEntityService<T,ID>
-
fillPropertiesOnUpdate
-