Internal Website Search

111-120 of 170 resultsRefresh

Exception after update of indices of Entity class

class="pre-java"> @Embeddable public class Recurrence {     private String ... ;  ... } @Embeddable public abstract class Relation

Unexpected exception (error 990)

"> @Embeddable public class Persona implements Serializable { protected String DNI ... extends a persistable type but is not defined as embeddable/entity. support Support Yas! I

Suggestion for improving the examples

been provided. For example: Take the ridiculously complicated concept of @Embeddable class e.g ... possible and when embeddable classes are introduced we prefer to focus on that topic

Documentation problem - license does not match implementation

a total of 10 persistable classes - entity and embeddable combined.  I will now ... > It was fixed and you should be able to use version 2.4.3 with 10 entity classes + embeddable classes. support Support

Multi part paths in a composite index must have the same length

> @Embeddable public class SafeLong implements Serializable, Comparable< ... ; @Embeddable     public static class SafeLong {       

Pre-detach loading: retrieval by navigation not working in if statement

rather than embeddable class, which could be more efficient (and as a bonus will also eliminate ... an entity class as a boolean wrapper rather than embeddable class, >

EntityManager.find(entityClass, primaryKey) is slow when accessing non-existent IDs

; import java.util.TreeMap; import javax.persistence.Embeddable; import javax.persistence.EmbeddedId ... =" + id + "]"; } } @Embeddable public static class XId { public

Storing a tree of data (depth=3)

and @Embeddable) and a roleName (String) There are other data like list of directors ... . */ @Id @NonNull private String fullName; } @Embeddable @Data

JPA Composite Key make Object Db throws "Unexpected exception (Error 990)"

; } @Embeddable Class BookId { Integer bookIdCountry; ECountry country; }Embeddable     public static class MyEntityId {     

References to objects of missing obsolete entity classes

> indeed still exists in the database. It is an Embeddable and was not removed properly. We used ... these are also Embeddables) that cause the same error. These entities were removed from our schema a long time