public class SpringFormPersistenceInMemory<TYPE extends SType<INSTANCE>,INSTANCE extends SInstance> extends FormPersistenceInMemory<TYPE,INSTANCE> implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
SpringFormPersistenceInMemory() |
SpringFormPersistenceInMemory(SDocumentFactory documentFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
INSTANCE |
createInstance() |
RefType |
getRefType() |
TYPE |
getType() |
SpringFormPersistenceInMemory<TYPE,INSTANCE> |
setDocumentFactory(SDocumentFactory documentFactory) |
SpringFormPersistenceInMemory<TYPE,INSTANCE> |
setPackageClasses(List<Class<? extends SPackage>> packageClasses) |
SpringFormPersistenceInMemory<TYPE,INSTANCE> |
setTypeFullName(String typeFullName) |
countAll, deleteInternal, getDocumentFactory, insertInternal, loadAllInternal, loadAllInternal, loadInternal, newVersion, updateInternaladdInfo, delete, getFormKeyManager, getName, insert, insertOrUpdate, isPersistent, keyFromObject, load, loadAll, loadAll, loadOpt, setName, toString, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewVersionpublic SpringFormPersistenceInMemory()
public SpringFormPersistenceInMemory(SDocumentFactory documentFactory)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic RefType getRefType()
public TYPE getType()
public INSTANCE createInstance()
createInstance in interface FormRespository<TYPE extends SType<INSTANCE>,INSTANCE extends SInstance>createInstance in class FormPersistenceInMemory<TYPE extends SType<INSTANCE>,INSTANCE extends SInstance>public SpringFormPersistenceInMemory<TYPE,INSTANCE> setPackageClasses(List<Class<? extends SPackage>> packageClasses)
public SpringFormPersistenceInMemory<TYPE,INSTANCE> setDocumentFactory(SDocumentFactory documentFactory)
public SpringFormPersistenceInMemory<TYPE,INSTANCE> setTypeFullName(String typeFullName)
Copyright © 2017. All rights reserved.