Questions tagged as 'demoiselle-nimble'

1
answer

Error generating code from an entity by extending Pojotype

In the project a Pojo class was created that receives the type of the serializable variable for indexing and treats the generic conversion: Pojo.java: {...} public abstract class Pojo<T extends Serializable> implements Serializab...
asked by 07.04.2015 / 16:44
1
answer

Demoiselle-Nimble: Error generating CRUD Vaadin

I'm using the class below, Bank.java, below: @Entity public class Banco implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy=GenerationType.SEQUENCE, generator="banco_seq_gen")...
asked by 11.03.2015 / 18:35