Uses of Class
org.projectbarbel.histo.model.BitemporalStamp
-
Packages that use BitemporalStamp Package Description org.projectbarbel.histo org.projectbarbel.histo.functions org.projectbarbel.histo.model -
-
Uses of BitemporalStamp in org.projectbarbel.histo
Methods in org.projectbarbel.histo that return types with arguments of type BitemporalStamp Modifier and Type Method Description static Supplier<BiFunction<Object,BitemporalStamp,Object>>BarbelHistoContext. getDefaultProxyingFunctionSupplier()Supplier<BiFunction<Object,BitemporalStamp,Object>>BarbelHistoBuilder. getPojoProxyingFunctionSupplier()Supplier<BiFunction<Object,BitemporalStamp,Object>>BarbelHistoContext. getPojoProxyingFunctionSupplier()Methods in org.projectbarbel.histo with parameters of type BitemporalStamp Modifier and Type Method Description BitemporalBarbelModeProcessor. snapshotMaiden(BarbelHistoContext context, Object pojo, BitemporalStamp stamp)BitemporalBarbelModeProcessor. snapshotManagedBitemporal(BarbelHistoContext context, Bitemporal sourceBitemporal, BitemporalStamp stamp)Method parameters in org.projectbarbel.histo with type arguments of type BitemporalStamp Modifier and Type Method Description BarbelHistoBuilderBarbelHistoBuilder. withPojoProxyingFunctionSupplier(Supplier<BiFunction<Object,BitemporalStamp,Object>> proxyingFunction)Customize the proxying inBarbelMode.POJO. -
Uses of BitemporalStamp in org.projectbarbel.histo.functions
Methods in org.projectbarbel.histo.functions with parameters of type BitemporalStamp Modifier and Type Method Description ObjectCachingByteBuddyProxyingFunction. apply(Object template, BitemporalStamp stamp)ObjectCachingCGLibProxyingFunction. apply(Object template, BitemporalStamp stamp)static booleanCachingByteBuddyProxyingFunction. fequals(Object thizz, BitemporalStamp sp, Object target, Object obj)static intCachingByteBuddyProxyingFunction. fhashCode(BitemporalStamp sp, Object target)static StringCachingByteBuddyProxyingFunction. ftoString(BitemporalStamp sp, Object target)Constructors in org.projectbarbel.histo.functions with parameters of type BitemporalStamp Constructor Description Interceptor(BitemporalStamp sp, Object target) -
Uses of BitemporalStamp in org.projectbarbel.histo.model
Methods in org.projectbarbel.histo.model that return BitemporalStamp Modifier and Type Method Description BitemporalStampBitemporalStamp.Builder. build()static BitemporalStampBitemporalStamp. createActive()static BitemporalStampBitemporalStamp. createActive(Object id)static BitemporalStampBitemporalStamp. createActive(BarbelHistoContext context, Object documentId, EffectivePeriod period)BitemporalStampBitemporal. getBitemporalStamp()BitemporalStampBitemporalVersion. getBitemporalStamp()BitemporalStampDefaultDocument. getBitemporalStamp()BitemporalStampBitemporalStamp. inactivatedCopy(BarbelHistoContext context)static BitemporalStampBitemporalStamp. of(String activity, Object documentId, EffectivePeriod effectiveTime, RecordPeriod recordTime)Methods in org.projectbarbel.histo.model with parameters of type BitemporalStamp Modifier and Type Method Description voidBitemporal. setBitemporalStamp(BitemporalStamp stamp)voidBitemporalVersion. setBitemporalStamp(BitemporalStamp stamp)voidDefaultDocument. setBitemporalStamp(BitemporalStamp stamp)DefaultDocument.BuilderDefaultDocument.Builder. withBitemporalStamp(BitemporalStamp bitemporalStamp)Constructors in org.projectbarbel.histo.model with parameters of type BitemporalStamp Constructor Description BitemporalVersion(BitemporalStamp stamp, Object object)DefaultDocument(String objectId, BitemporalStamp bitemporalStamp, String data)DefaultDocument(BitemporalStamp stamp, String data)
-