com.clickntap.tool.bean
Class BeanInfo

java.lang.Object
  extended by com.clickntap.tool.bean.BeanInfo

public class BeanInfo
extends Object


Nested Class Summary
 class BeanInfo.BlobInfo
           
 class BeanInfo.ValidationInfo
           
 
Constructor Summary
BeanInfo(org.dom4j.Document document, String beanName, BeanInfo beanInfo)
           
 
Method Summary
 String getBeanName()
           
 BeanInfo.BlobInfo getBlobInfo(String db)
           
 String getCacheName()
           
 String getCreateScript()
           
 String getCurrValScript()
           
 String getDeleteScript()
           
 String getExecuteScript(String key)
           
 Map<String,String> getExecuteScriptMap()
           
 String getReadListScript(String key)
           
 String getReadScript(String key)
           
 String getUpdateScript()
           
 BeanInfo.ValidationInfo getValidationInfo()
           
 boolean isCacheEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInfo

public BeanInfo(org.dom4j.Document document,
                String beanName,
                BeanInfo beanInfo)
         throws Exception
Throws:
Exception
Method Detail

isCacheEnabled

public boolean isCacheEnabled()

getCacheName

public String getCacheName()

getCreateScript

public String getCreateScript()

getCurrValScript

public String getCurrValScript()

getReadScript

public String getReadScript(String key)

getExecuteScript

public String getExecuteScript(String key)

getDeleteScript

public String getDeleteScript()

getUpdateScript

public String getUpdateScript()

getReadListScript

public String getReadListScript(String key)

getValidationInfo

public BeanInfo.ValidationInfo getValidationInfo()

getBeanName

public String getBeanName()

getBlobInfo

public BeanInfo.BlobInfo getBlobInfo(String db)

getExecuteScriptMap

public Map<String,String> getExecuteScriptMap()


Copyright © 2014. All rights reserved.