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 BitemporalVersionDefaultUpdateListener. 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 StringDefaultLazyLoadingListener. fromStoredDocumentToPersistenceObjectJson(BitemporalVersion document)StringDefaultUpdateListener. fromStroredDocumentToPersistenceObjectJson(BitemporalVersion document)Method parameters in org.projectbarbel.histo.extension with type arguments of type BitemporalVersion Modifier and Type Method Description voidDefaultUpdateListener. insertDocuments(List<BitemporalVersion> documentsToInsert)static voidDefaultLazyLoadingListener. 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)
-