Internal Website Search

151-160 of 200 resultsRefresh

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Entity; import javax ... CompoundKeyMapItemId implements Serializable { private static final long serialVersionUID = 0L; private String

Error 613 - i cant put a list into a Squad object

-java"> package test; import java.io.Serializable; import java.util.HashMap; import java.util ... public class Athlet extends Person implements Serializable {     /**  

@Unique member combination not working

"}) public class Person implements Serializable {     @Id     ... = {"name", "surname"})     public static class Person implements Serializable {  

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

tutorial; import java.io.Serializable; import javax.persistence.*; @Entity public class Point implements Serializable {     private static final long serialVersionUID = 1L

Saving custom list which implements java.util.List fails

Serializable {     ...     private List list = new MyList();    ... implements Serializable { ... private List

turn off auto-serialization

Hi    As far as I understand if you have a classe that implements Serializable and is referenced by an Entity it will be automatically stored using ... so that if an un-enhanced (Serializable) class is referenced an error will be printed ??  

Fields in objects not populated in query result.

@Getter @Setter public class Folder extends Entry implements Serializable ... ;, Serializable { /** * */ private static final long serialVersionUID = 1L

Speed of queries that return many objects

EKK import java.io.Serializable; import javax.persistence.Entity; @Entity public class BenchEnt implements Serializable {     private

Error during cascaded merge

"}),}) public class Unit implements Serializable, Comparable<Unit> { ... @OneToMany(mappedBy = "unit ... ", "configDate"}, unique = "true") public class ChannelConfigurationSet implements Serializable

List always null

I have the following classes: @Entity public class Noticia implements Serializable {     private static final long serialVersionUID ... ="pre-java"> @Entity public class Categoria implements Serializable {