Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

328
Visualizações
how to handle returned objects from findBy....Exists (boolean exists) in Spring-Data-MongoDB?

I have a collection in MongoDB called 'customers' where I store documents with different schemas.

In my Spring Boot Application I have the following Repository:

public interface BgradeCustomerRepository extends MongoRepository<BgradeCustomer, String> {
    public List<BgradeCustomer> findByScoreExists(boolean exists);
} 

When I invoke findByScoreExists and pass true, it works fine and I get the collection of objects with property 'score', but the problem is when I pass false to findByScoreExists, I get the collection of 'BgradeCustomer' objects with only the common properties with the other schemas !!

I changed the method signature to be:

// Customer is the other schema in the collection 
public List<Customer> findByScoreExists(boolean exists);

but that never worked, I always get 'java.lang.NullPointerException: null'

So, how can I get all the objects that doesn't have a specific property ?

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

wrap the object with java.util.Optional then use method isPresent() to check

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda