Searched refs:EntityModel (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DModelInternal.java23 public static void setCatalog(EntityModel model, PersistCatalog catalog) {
H A DEntityModel.java6 * $Id: EntityModel.java,v 1.1 2008/02/07 17:12:28 mark Exp $
26 * EntityModel} defines entity classes, primary keys, secondary keys, and
53 public abstract class EntityModel { class
60 protected EntityModel() { method in class:EntityModel
H A DAnnotationModel.java40 public class AnnotationModel extends EntityModel {
60 /* EntityModel methods */
89 type = EntityModel.classForName(className);
323 cls = EntityModel.classForName(data.getClassName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DConversion.java13 import com.sleepycat.persist.model.EntityModel;
74 * public void initialize(EntityModel model) {
130 * public void initialize(EntityModel model) {
170 * definitions. The proper types can be obtained from the {@link EntityModel}
212 * public void initialize(EntityModel model) {
284 * public void initialize(EntityModel model) {
347 * public void initialize(EntityModel model) {
390 void initialize(EntityModel model);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DStoreConfig.java16 import com.sleepycat.persist.model.EntityModel;
44 private EntityModel model;
187 public void setModel(EntityModel model) {
194 public EntityModel getModel() {
H A DEntityStore.java28 import com.sleepycat.persist.model.EntityModel;
46 * <p>An entity store is based on an {@link EntityModel}: a data model which
151 public EntityModel getModel() {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java21 import com.sleepycat.persist.model.EntityModel;
37 void configure(EntityModel model, StoreConfig config) {
48 void checkUnevolvedModel(EntityModel model, Environment env) {
51 void checkEvolvedModel(EntityModel model,
97 EntityModel model,
128 EntityModel model,
163 static void checkVersions(EntityModel model, String name, int version) {
167 static void checkVersions(EntityModel model,
177 private static void checkVersions(EntityModel model,
H A DEvolveClasses.java34 import com.sleepycat.persist.model.EntityModel;
152 void checkUnevolvedModel(EntityModel model, Environment env) {
192 void checkEvolvedModel(EntityModel model,
230 void checkUnevolvedModel(EntityModel model, Environment env) {
271 void checkEvolvedModel(EntityModel model,
326 void checkUnevolvedModel(EntityModel model, Environment env) {
370 void checkEvolvedModel(EntityModel model,
411 EntityModel model = store.getModel();
467 void checkUnevolvedModel(EntityModel model, Environment env) {
522 void checkEvolvedModel(EntityModel mode
[all...]
H A DEvolveTestBase.java23 import com.sleepycat.persist.model.EntityModel;
318 EntityModel model = new AnnotationModel();
378 EntityModel model = new AnnotationModel();
H A DBindingTest.java58 import com.sleepycat.persist.model.EntityModel;
81 private EntityModel model;
2128 EntityModel storedModel = storedCatalog.getResolvedModel();
2139 EntityModel checkModel,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStoredModel.java15 import com.sleepycat.persist.model.EntityModel;
18 * The EntityModel used when a RawStore is opened. The metadata and raw type
24 class StoredModel extends EntityModel {
H A DPersistEntityBinding.java14 import com.sleepycat.persist.model.EntityModel;
45 entityCls = EntityModel.classForName(entityClassName);
H A DSimpleCatalog.java18 import com.sleepycat.persist.model.EntityModel;
86 cls = EntityModel.classForName(className);
110 cls = EntityModel.classForName(className);
H A DPersistCatalog.java45 import com.sleepycat.persist.model.EntityModel;
132 private EntityModel model;
164 EntityModel modelParam,
493 public EntityModel getResolvedModel() {
H A DStore.java53 import com.sleepycat.persist.model.EntityModel;
87 private EntityModel model;
264 public EntityModel getModel() {
488 relatedCls = EntityModel.classForName(relatedClsName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawStore.java18 import com.sleepycat.persist.model.EntityModel;
34 * <li>An {@code EntityModel} may not be specified using {@link
115 public EntityModel getModel() {
H A DRawObject.java16 import com.sleepycat.persist.model.EntityModel;
114 * EntityModel#getRawType EntityModel.getRawType} for the same class name.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DDplDump.java22 import com.sleepycat.persist.model.EntityModel;
126 EntityModel model = store.getModel();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile510 $(JAVA_SLEEPYCAT)/persist/model/EntityModel.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in505 $(JAVA_SLEEPYCAT)/persist/model/EntityModel.java \

Completed in 221 milliseconds