Class TypeReferenceServiceImpl
java.lang.Object
com.espacogeek.geek.services.impl.TypeReferenceServiceImpl
- All Implemented Interfaces:
TypeReferenceService
A Implementation class of TypeReferenceRepository @see TypeReferenceRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a TypeReferenceModel object by its ID.
-
Constructor Details
-
TypeReferenceServiceImpl
public TypeReferenceServiceImpl()
-
-
Method Details
-
findById
Description copied from interface:TypeReferenceServiceRetrieves a TypeReferenceModel object by its ID.- Specified by:
findByIdin interfaceTypeReferenceService- Parameters:
id- The ID of the TypeReferenceModel object to retrieve.- Returns:
- An Optional containing the TypeReferenceModel object if found, or an empty Optional if not found.
- See Also:
-