My entity is integer and loads the front with value 0, I think it is a simple thing but I do not understand much.
To solve, just start the entity with the null value, so nothing will be displayed. Simple as that.
// Inicializa integer com valor igual a null.
Integer entity = null;