Uses of Class
org.saidone.model.entity.NodeEntity
Packages that use NodeEntity
-
Uses of NodeEntity in org.saidone.model.mapper
Methods in org.saidone.model.mapper that return NodeEntityModifier and TypeMethodDescriptionNodeMapper.toEntity(NodeWrapperDto dto) NodeMapperImpl.toEntity(NodeWrapperDto dto) Methods in org.saidone.model.mapper with parameters of type NodeEntityModifier and TypeMethodDescriptionNodeMapper.toDto(NodeEntity entity) NodeMapperImpl.toDto(NodeEntity entity) Method parameters in org.saidone.model.mapper with type arguments of type NodeEntityModifier and TypeMethodDescriptionNodeMapper.toDtoList(List<NodeEntity> entities) NodeMapperImpl.toDtoList(List<NodeEntity> entities) -
Uses of NodeEntity in org.saidone.repository
Methods in org.saidone.repository with type parameters of type NodeEntityModifier and TypeMethodDescription<S extends NodeEntity>
longMongoNodeRepositoryImpl.count(@NonNull org.springframework.data.domain.Example<S> example) <S extends NodeEntity>
booleanMongoNodeRepositoryImpl.exists(@NonNull org.springframework.data.domain.Example<S> example) <S extends NodeEntity>
@NonNull List<S> MongoNodeRepositoryImpl.findAll(@NonNull org.springframework.data.domain.Example<S> example) <S extends NodeEntity>
@NonNull org.springframework.data.domain.Page<S> MongoNodeRepositoryImpl.findAll(@NonNull org.springframework.data.domain.Example<S> example, @NonNull org.springframework.data.domain.Pageable pageable) <S extends NodeEntity>
@NonNull List<S> MongoNodeRepositoryImpl.findAll(@NonNull org.springframework.data.domain.Example<S> example, @NonNull org.springframework.data.domain.Sort sort) <S extends NodeEntity,R>
RMongoNodeRepositoryImpl.findBy(@NonNull org.springframework.data.domain.Example<S> example, @NonNull Function<org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery<S>, R> queryFunction) <S extends NodeEntity>
@NonNull Optional<S> MongoNodeRepositoryImpl.findOne(@NonNull org.springframework.data.domain.Example<S> example) <S extends NodeEntity>
@NonNull List<S> <S extends NodeEntity>
SMongoNodeRepositoryImpl.insert(S entity) <S extends NodeEntity>
SEncryptedMongoNodeRepositoryImpl.save(S entity) Saves the given node entity after encrypting its JSON content.<S extends NodeEntity>
SMongoNodeRepositoryImpl.save(S entity) <S extends NodeEntity>
@NonNull List<S> Methods in org.saidone.repository that return types with arguments of type NodeEntityModifier and TypeMethodDescription@NonNull List<NodeEntity> MongoNodeRepositoryImpl.findAll()@NonNull org.springframework.data.domain.Page<NodeEntity> MongoNodeRepositoryImpl.findAll(@NonNull org.springframework.data.domain.Pageable pageable) @NonNull List<NodeEntity> MongoNodeRepositoryImpl.findAll(@NonNull org.springframework.data.domain.Sort sort) @NonNull List<NodeEntity> MongoNodeRepositoryImpl.findAllById(@NonNull Iterable<String> ids) org.springframework.data.domain.Page<NodeEntity> EncryptedMongoNodeRepositoryImpl.findByArchiveDateRange(Instant from, Instant to, org.springframework.data.domain.Pageable pageable) Retrieves node wrappers archived within the specified date range using pagination.org.springframework.data.domain.Page<NodeEntity> MongoNodeRepositoryImpl.findByArchiveDateRange(Instant from, Instant to, org.springframework.data.domain.Pageable pageable) Retrieves node wrappers archived within the specified date range using pagination.@NonNull Optional<NodeEntity> Finds a node by its ID and decrypts its JSON content if it is encrypted.@NonNull Optional<NodeEntity> MongoNodeRepositoryImpl.findByKv(int kv) Retrieves node wrappers by encryption key version.Retrieves node wrappers by notarization transaction ID.org.springframework.data.domain.Page<NodeEntity> EncryptedMongoNodeRepositoryImpl.findNotarized(org.springframework.data.domain.Pageable pageable) Retrieves notarized node wrappers where the transaction id is not null.org.springframework.data.domain.Page<NodeEntity> MongoNodeRepositoryImpl.findNotarized(org.springframework.data.domain.Pageable pageable) Retrieves notarized node wrappers where the transaction id is not null.MongoNodeRepositoryImpl.findNotarizedRandom(int size) Retrieves a random sample of notarized nodes.Methods in org.saidone.repository with parameters of type NodeEntityModifier and TypeMethodDescriptionvoidMongoNodeRepositoryImpl.delete(@NonNull NodeEntity entity) Method parameters in org.saidone.repository with type arguments of type NodeEntityModifier and TypeMethodDescriptionvoidMongoNodeRepositoryImpl.deleteAll(@NonNull Iterable<? extends NodeEntity> entities)