Posts by Leandro Zanatta • 31 points
4 posts
-
1
votes1
answer21
viewsA: Hibernate Table replication with Quence
Staff managed to solve by creating a custom Enerator. Follows codes: package br.com.sysmo.server.pdv.repository.generators; import java.io.Serializable; import org.hibernate.HibernateException;…
-
1
votes1
answer21
viewsQ: Hibernate Table replication with Quence
Good Afternoon, In an application I am working on we have a table called tb_perfilparametrovalorpdv, following the mapping @Data @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD) @Entity…
-
1
votes1
answer106
viewsQ: Ionic Directive for numerical masking is not accessed from other pages
I created a project with Ionic with two pages: Login and registration. The structure is this In both I tried to add a directive that creates a mask for CNPJ. Follows code of the directive import {…
-
-1
votes3
answers12987
viewsA: Using a hashMap
So... Any field within the Wallet Object that is unique? Why create a list and add it to a map? You couldn’t add it directly to a map EX Map<String,Carteiras> mapa=new HashMap<>();…
javaanswered Leandro Zanatta 31