๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

JPA and Hibernate - Criteria vs JPQL or HQL

๐Ÿ“‚ Categories: Java

What are the pros and cons of using Criteria or HQL The Criteria API is a nice objectoriented way to express queries in Hibernate but sometimes Criteria

Thumbnail for Posts

List firstWhere Bad state No element

๐Ÿ“‚ Categories: Dart
๐Ÿท๏ธ Tags: Dart

I am running listfirstWhere and this is sometimes throwing an exception Bad State No element When the exception was thrown this was the stack 0

Thumbnail for Posts

Mix Razor and Javascript code

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Javascript Razor

Im pretty confused with how to mix razor and js This is the current function I am stuck with ltscript typetextjavascriptgt var data foreach var r in Modelrows

Thumbnail for Posts

Move a module from devDependencies to dependencies in npm packagejson

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Npm Package.Json

Is there any short command to move a module from devDependencies to dependencies in packagejson I find myself always doing this npm uninstall ltmodulenamegt

Thumbnail for Posts

My Android device does not appear in the list of adb devices

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Adb

I have a HP Slate 21 that is connected to my Windows box using a USB cable USB debugging is enabled on the device After adding the proper SingleAdbInterface

Thumbnail for Posts

MySQL NOT IN query

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Mysql

I wanted to run a simple query to throw up all the rows of Table1 where a principal column value is not present in a column in another table Table2 I tried

Thumbnail for Posts

MySQL Removing Some Foreign keys

๐Ÿ“‚ Categories: Mysql

I have a table whose primary key is used in several other tables and has several foreign keys to other tables CREATE TABLE location locationID INT NOT NULL

Thumbnail for Posts

Paste a multi-line Java String in Eclipse duplicate

๐Ÿ“‚ Categories: Java

This question already has answers here Surround with quotation marks 4 answers Closed 6 years ago Unfortunately Java has no syntax for multiline string

Thumbnail for Posts

Perform an action in every sub-directory using Bash

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Command Directory-Traversal

I am working on a script that needs to perform an action in every subdirectory of a specific folder What is the most efficient way to write