Searched refs:Entity (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleEntityClass.java3 import com.sleepycat.persist.model.Entity;
8 @Entity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DPayloadDataEntity.java3 import com.sleepycat.persist.model.Entity;
7 @Entity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced0.java13 import com.sleepycat.persist.model.Entity;
20 @Entity
H A DSequenceTest.java22 import com.sleepycat.persist.model.Entity;
126 @Entity
145 @Entity
164 @Entity
183 @Entity
202 @Entity
221 @Entity
240 @Entity
259 @Entity
278 @Entity
[all...]
H A DNegativeTest.java20 import com.sleepycat.persist.model.Entity;
94 @Entity
144 @Entity
152 @Entity
166 @Entity
203 @Entity
229 ("PrimaryKey may not appear on an Entity subclass"));
235 @Entity
H A DEvolveClasses.java33 import com.sleepycat.persist.model.Entity;
216 * Disallow removing the Entity annotation when no Deleter mutation is
250 * Allow removing the Entity annotation when a Deleter mutation is
311 * Disallow changing the Entity annotation to Persistent when no Deleter
322 return "com.sleepycat.persist.evolve.IncompatibleClassException: Mutation is missing to evolve class: com.sleepycat.persist.test.EvolveClasses$DeletedEntity5_EntityToPersist_NoMutation version: 0 to class: com.sleepycat.persist.test.EvolveClasses$DeletedEntity5_EntityToPersist_NoMutation version: 1 Error: @Entity switched to/from @Persistent";
346 * Allow changing the Entity annotation to Persistent when a Deleter
431 @Entity
443 * specified, even when the Entity class that embedded the Persistent class
444 * is deleted properly (by removing the Entity annotation in this case).
497 * specified, and the Entity clas
[all...]
H A DEnhanced1.java18 import com.sleepycat.persist.model.Entity;
25 @Entity
H A DJoinTest.java26 import com.sleepycat.persist.model.Entity;
149 @Entity
H A DSubclassIndexTest.java26 import com.sleepycat.persist.model.Entity;
141 @Entity
H A DOperationTest.java34 import com.sleepycat.persist.model.Entity;
458 @Entity
499 @Entity
506 @Entity
544 @Entity
551 @Entity
611 @Entity
630 @Entity
725 @Entity
782 @Entity
[all...]
H A DForeignKeyTest.java28 import com.sleepycat.persist.model.Entity;
224 @Entity
248 @Entity
H A DBindingTest.java56 import com.sleepycat.persist.model.Entity;
178 @Entity
255 @Entity
338 @Entity
424 @Entity
474 @Entity
618 @Entity
804 @Entity
905 @Entity
1059 @Entity
[all...]
H A DIndexTest.java38 import com.sleepycat.persist.model.Entity;
817 @Entity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawType.java14 import com.sleepycat.persist.model.Entity;
44 * @see Entity#version
51 * href="../model/Entity.html#simpleTypes">simple type</a>}: primitive,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DEntity.java6 * $Id: Entity.java,v 1.1 2008/02/07 17:12:28 mark Exp $
29 * <p><strong>Entity Subclasses and Superclasses</strong></p>
33 * {@code Entity}).</p>
35 * <p>Entity superclasses are used to share common definitions and instance
39 * <p>Entity subclasses are used to provide polymorphism within a single {@code
58 * {@literal @Entity}
122 * <p>Complex persistent classes must be annotated with {@link Entity} or
159 * <p>Entity classes and subclasses may not be used in field declarations for
162 * with {@link Entity}).</p>
164 * <p>Entity classe
226 public @interface Entity { interface
[all...]
H A DAnnotationModel.java32 * classes with the {@link Persistent} or {@link Entity} annotation.</p>
34 * <p>The annotations used to define persistent classes are: {@link Entity},
36 * KeyField}. A good starting point is {@link Entity}.</p>
94 Entity entity = type.getAnnotation(Entity.class);
101 ("Both @Entity and @Persistent are not allowed: " +
349 ("Entity class has no primary key: " + entityClass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java21 import com.sleepycat.persist.model.Entity;
28 @Entity
H A DPersonExample.java25 import com.sleepycat.persist.model.Entity;
38 @Entity
68 @Entity
H A DEventExampleDPL.java30 import com.sleepycat.persist.model.Entity;
59 * data. The @Entity annotation indicates that this class defines the
62 @Entity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityStore.java27 import com.sleepycat.persist.model.Entity; // for javadoc
50 * each secondary key. The {@link Entity}, {@link PrimaryKey} and {@link
H A DPrimaryIndex.java28 import com.sleepycat.persist.model.Entity;
40 * <p>The {@link Entity} annotation may be used to define an entity class and
45 * {@literal @Entity}
127 * {@literal @Entity}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivasync.h363 { ENTITY Entity; member in union:__anon4711
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile505 $(JAVA_SLEEPYCAT)/persist/model/Entity.java \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in503 $(JAVA_SLEEPYCAT)/persist/model/Entity.java \

Completed in 133 milliseconds