Uses of Class
org.projectbarbel.histo.model.BitemporalVersion
-
Packages that use BitemporalVersion Package Description org.projectbarbel.histo.extension -
-
Uses of BitemporalVersion in org.projectbarbel.histo.extension
Methods in org.projectbarbel.histo.extension that return BitemporalVersion Modifier and Type Method Description BitemporalVersion
DefaultUpdateListener. fromPersistenceObjectJsonToStoredDocument(String json)
Methods in org.projectbarbel.histo.extension that return types with arguments of type BitemporalVersion Modifier and Type Method Description com.googlecode.cqengine.IndexedCollection<BitemporalVersion>
DefaultLazyLoadingListener. getExternalDataResource()
com.googlecode.cqengine.IndexedCollection<BitemporalVersion>
DefaultUpdateListener. getExternalDataResource()
static com.googlecode.cqengine.IndexedCollection<BitemporalVersion>
DefaultLazyLoadingListener. getShadow()
Iterable<BitemporalVersion>
DefaultLazyLoadingListener. queryAll()
Iterable<BitemporalVersion>
DefaultLazyLoadingListener. queryJournal(Object id)
Iterable<BitemporalVersion>
DefaultUpdateListener. queryJournal(Object documentId)
Methods in org.projectbarbel.histo.extension with parameters of type BitemporalVersion Modifier and Type Method Description String
DefaultLazyLoadingListener. fromStoredDocumentToPersistenceObjectJson(BitemporalVersion document)
String
DefaultUpdateListener. fromStroredDocumentToPersistenceObjectJson(BitemporalVersion document)
Method parameters in org.projectbarbel.histo.extension with type arguments of type BitemporalVersion Modifier and Type Method Description void
DefaultUpdateListener. insertDocuments(List<BitemporalVersion> documentsToInsert)
static void
DefaultLazyLoadingListener. setShadow(com.googlecode.cqengine.IndexedCollection<BitemporalVersion> shadow)
Constructor parameters in org.projectbarbel.histo.extension with type arguments of type BitemporalVersion Constructor Description DefaultLazyLoadingListener(Class<?> managedType, com.google.gson.Gson gson, boolean singletonContext, com.googlecode.cqengine.IndexedCollection<BitemporalVersion> shadow)
-