Interface EmpreendimentoRepositorio
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Empreendimento,java.lang.Long>
,org.springframework.data.jpa.repository.JpaRepository<Empreendimento,java.lang.Long>
,org.springframework.data.repository.PagingAndSortingRepository<Empreendimento,java.lang.Long>
,org.springframework.data.repository.query.QueryByExampleExecutor<Empreendimento>
,org.springframework.data.repository.Repository<Empreendimento,java.lang.Long>
public interface EmpreendimentoRepositorio extends org.springframework.data.jpa.repository.JpaRepository<Empreendimento,java.lang.Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Empreendimento>
findByStatus(StatusImovel status)
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-
-
-
Method Detail
-
findByStatus
java.util.List<Empreendimento> findByStatus(StatusImovel status)
-
-