Uses of Interface
org.apache.cayenne.commitlog.meta.CommitLogEntityFactory
Packages that use CommitLogEntityFactory
Package
Description
-
Uses of CommitLogEntityFactory in org.apache.cayenne.commitlog
Constructors in org.apache.cayenne.commitlog with parameters of type CommitLogEntityFactoryModifierConstructorDescriptionCommitLogFilter(CommitLogEntityFactory entityFactory, List<CommitLogListener> listeners) -
Uses of CommitLogEntityFactory in org.apache.cayenne.commitlog.meta
Classes in org.apache.cayenne.commitlog.meta that implement CommitLogEntityFactoryModifier and TypeClassDescriptionclassCompilesCommitLogEntity's based onCommitLogannotation.class -
Uses of CommitLogEntityFactory in org.apache.cayenne.configuration.runtime
Method parameters in org.apache.cayenne.configuration.runtime with type arguments of type CommitLogEntityFactoryModifier and TypeMethodDescriptionCoreModuleExtender.commitLogEntityFactory(Class<? extends CommitLogEntityFactory> factoryType) Installs a custom factory for commit log entity metadata.