Uses of Interface
org.apache.cayenne.commitlog.meta.CommitLogEntityFactory
-
Packages that use CommitLogEntityFactory Package Description org.apache.cayenne.commitlog org.apache.cayenne.commitlog.meta -
-
Uses of CommitLogEntityFactory in org.apache.cayenne.commitlog
Method parameters in org.apache.cayenne.commitlog with type arguments of type CommitLogEntityFactory Modifier and Type Method Description CommitLogModuleExtenderCommitLogModuleExtender. entityFactory(Class<? extends CommitLogEntityFactory> entityFactoryType)Installs a custom factory forCommitLogEntityobjects that allows implementors to use their own annotations, etc.Constructors in org.apache.cayenne.commitlog with parameters of type CommitLogEntityFactory Constructor Description CommitLogFilter(CommitLogEntityFactory entityFactory, List<CommitLogListener> listeners) -
Uses of CommitLogEntityFactory in org.apache.cayenne.commitlog.meta
Classes in org.apache.cayenne.commitlog.meta that implement CommitLogEntityFactory Modifier and Type Class Description classAnnotationCommitLogEntityFactoryCompilesCommitLogEntity's based onCommitLogannotation.classIncludeAllCommitLogEntityFactory
-