Internal Website Search

131-140 of 200 resultsRefresh

Problem with merging / persisitng objects with @Embeddable field

"> @Entity public class ProductKit extends BaseEntity implements Serializable, Convertable ... ="pre-java"> @Embeddable public class ProductSet implements Serializable { @ManyToMany(fetch ... class="pre-java"> @Entity public class ProductDemand extends BaseEntity implements Serializable

Clarification on free license restrictions

classes are count as entity classes but other serializable classes are unlimited. Therefore, even though embeddable classes are preferred - you may use your own serializable classes as ... to override this in the current version? When attempting to persist my serializable user

Problem with entities detection

; import java.io.Serializable; import java.util.Date; import java.util.List; import javax ... class Alumno implements Serializable { private static final long serialVersionUID = 1L ... ="pre-java"> @Embeddable public class Direccion implements Serializable

Performance issues on aggregate query

: public class ObjectNode implements Serializable {     private ... implements Serializable {     private static final long serialVersionUID = 1L;

Does ObjectDB support @Parent for @Embeddable reference to parent?

implements Serializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private ... >   @Embeddable class Profile implements Serializable

Error with org.springframework.data.jpa.domain.AbstractPersistable

: Unsupported auto value type java.io.Serializable for field org.springframework.data.jpa.domain ... extends Serializable>     {         @Id

Problem with distinct select, order by and equivalent alias/attribute path

: @Entity public class Location implements Serializable {   ... class Street implements Serializable {     @Id     @GeneratedValue

Database corrupted after schema change

; } public interface BDOInterface extends Serializable, DCG, C { ...} public interface DCG ... -java"> public interface BDOInterface extends Serializable, DCG { ...}

"is not null" queries not working with index

"> import java.io.Serializable; import javax.jdo.annotations.Index; import javax.persistence ... implements Serializable {         private static final long serialVersionUID = 1L

Unlimited JPA Persistable Types

of equals() override? ThreaT Ashton Hogan Actually you can persist any Serializable ... > There is no point in persisting most of the non serializable types such as