Package com.arjuna.ats.arjuna.gandiva

Examples of com.arjuna.ats.arjuna.gandiva.ClassName


/* 148 */     return new ClassName("ActionStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_NullActionStore()
/*     */   {
/* 153 */     return new ClassName("NullActionStore");
/*     */   }
View Full Code Here


/* 153 */     return new ClassName("NullActionStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_ActionLogStore()
/*     */   {
/* 158 */     return new ClassName("ActionLogStore");
/*     */   }
View Full Code Here

/* 158 */     return new ClassName("ActionLogStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_ReplicatedStore()
/*     */   {
/* 163 */     return new ClassName("ReplicatedStore");
/*     */   }
View Full Code Here

/* 163 */     return new ClassName("ReplicatedStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_VolatileStore()
/*     */   {
/* 168 */     return new ClassName("VolatileStore");
/*     */   }
View Full Code Here

/* 168 */     return new ClassName("VolatileStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_FragmentedStore()
/*     */   {
/* 173 */     return new ClassName("FragmentedStore");
/*     */   }
View Full Code Here

/* 173 */     return new ClassName("FragmentedStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_HashedStore()
/*     */   {
/* 178 */     return new ClassName("HashedStore");
/*     */   }
View Full Code Here

/* 178 */     return new ClassName("HashedStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_HashedActionStore()
/*     */   {
/* 183 */     return new ClassName("HashedActionStore");
/*     */   }
View Full Code Here

/* 183 */     return new ClassName("HashedActionStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_MappedStore()
/*     */   {
/* 188 */     return new ClassName("MappedStore");
/*     */   }
View Full Code Here

/* 188 */     return new ClassName("MappedStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_SingleTypeMappedStore()
/*     */   {
/* 193 */     return new ClassName("SingleTypeMappedStore");
/*     */   }
View Full Code Here

/* 193 */     return new ClassName("SingleTypeMappedStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_JDBCStore()
/*     */   {
/* 198 */     return new ClassName("JDBCStore");
/*     */   }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.arjuna.gandiva.ClassName

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.