索引
- PersistentCategoryKeyValueContent
- ITreeContent
- ItemContent
- InstantaneousTreeContent
- ICodedTreeContent
- IKeyValueContent
- InstantaneousCodedTreeContent
- InstantaneousKeyValueContent
- IGlobalizationContent
- EntityUtil
- EntityStore
- ICategoryTreeContent
- ICategoryKeyValueContent
- ICodedCategoryTreeContent
- EntityJoin
- EntityCapsule
- CacheKeyValueContent
- CacheTreeContent
- ClassContent
- ProxySupport
- CacheCodedTreeContent
- Business
- ValidationSupport
- Validation
- IFinallyAspect
- Intercept
- InvokeContext
- IProxyLoader
- ProxyFactory
- IAspect
- IAroundAspect
- FinallyAspectSupport
- AroundAspectSupport
- AOPUnknownBreak
- AOPBreak
- AOPTransactionBreak
- GridView
- JSONOut
- Galleria
- package-frame
- package-summary
- package-tree
- package-use
- LoginSessionListener
- ApplicationContextListener
- TransactionFilter
- FileUploader.FileUploaderStatus
- FileUploader
- CharacterEncodingFilter
- ImageRedirectFilter
- FileUploader.FileUploaderListener
- PrintWriterDecorator
- IFormatter
- TokenPool
- HttpServletResponseDecorator
- HttpServletRequestDecorator
- ICryptography
- DynamicSecret
- CryptographySupport
- OrmTransactionContext
- OrmPersistenceFactory
- OrmPersistenceCollection
- CryptographyFactory
- OrmContexts
- OrmDatabaseTransaction
- OrmDefinitionContext
- OrmManipulationQueryContext
- OrmPersistence
- IOrmPersistence
- IOrmManipulationQuery
- IOrmTransaction
- Order
- OrmConstant
- IOrmDefinition
- DatabaseHelperSupport
- Entity
- FieldProperty
- Fields
- XMLFormatter
- SetList
- AggregateField
- Condition
- DatabaseHelper
- JSONFormatter
- ISetList
- MapList
- Names
- NameValue
- ServiceRouter
- StreamView
- TextView
- XMLView
- IMapList
- ServiceController
- RouterSupport
- Router
- RedirectView
- MVCRenderException
- MVCNotFoundException
- MVCInternalException
- JSPRouter
- JSPView
- Model
- MVCException
- MVCInstantiationException
- IModel
- IRouter
- IView
- JSONView
- JSPController
- ImageView
- IController
- HTMLView
- ForwardView
- Controller
- MailSender
- RandomGenerator
- ReflectionUtil
- ReservedWord
- QRCode
- LoggerSupport
- ChinesePinYin
- HttpExecuter
- IdCardValidator
- ImageValidateCode
- User32.RECT
- User32.SIZE
- KCLInformation
- IAppender
- Logger
- User32.POINT
- User32
- Identify
- FacadeDirectory
- FacadeIO
- TextReader
- TextWriter
- LocalizationLanguage
- Convert
- Comments
- WinFormInstallationBuilder
- WebFormInstallationBuilder
- PersistentTreeContent
- ServiceBusiness
- TreeContent
- CallingOnly
- CodeBuilder
- PersistentCategoryTreeContent
- PersistentCodedCategoryTreeContent
- PersistentCodedTreeContent
- PersistentGlobalizationContent
- PersistentKeyValueContent
- XMLDocumentEx
- WxOAuthAdapter
- WxPayAdapter
- WxSupport
- KCLConfig
- XMLDocument
- WxOAthAdapter
- WxAdapterSupport
- WxBasicAdapter
- WxMenuAdapter
- WxMessageDispatcher
- IWxReceivedListener
- TreeNode
- TreeLeaf
- Tree
- Train
- IWxEventListener
- ITreeNode
- MapQueue
- DateTime
- Forest
- ICache
- IMapQueue
- ThreadUnsafe
- UnimplementedException
- Untested
- ThreadSafe
- Cache
- MultiThreadUnitTest
- Debugger
- IUnitTest
- UnitTest
- Tested
- UploadView
- TreeView
- Paging
- StringHelper
- RichText
- Video
- Music
- ListView
- Label
- KCLTag
com.knots.kcl.orm
Class OrmConstant
java.lang.Object com.knots.kcl.orm.OrmConstant
public class OrmConstant
- extends java.lang.Object
Orm Constant Class
Field Summary | |
---|---|
static int | AG_AVERAGE |
static int | AG_COUNT |
static int | AG_MAXIMUM |
static int | AG_MINIMUM |
static int | AG_NONE |
static int | AG_STANDARD_DEVIATION |
static int | AG_SUM |
static int | AG_VARIANCE |
static int | FT_BINARY |
static int | FT_DECIMAL |
static int | FT_INTEGER |
static int | FT_STRING |
static int | SCT_COMPOUND_LOGIC |
static int | SCT_SINGLE_LOGIC |
static int | SL_AND |
static int | SL_OR |
static int | SO_BEGINSWITH |
static int | SO_CONTAINS |
static int | SO_ENDSWITH |
static int | SO_EQUALS |
static int | SO_GREATERTHAN |
static int | SO_GREATERTHANOREQUALS |
static int | SO_IN |
static int | SO_ISNOTNULL |
static int | SO_ISNULL |
static int | SO_LESSTHAN |
static int | SO_LESSTHANOREQUALS |
static int | SO_NOTEQUALS |
static int | SO_NOTIN |
static int | SOT_ASCENDING |
static int | SOT_DESCENDING |
Constructor Summary | |
---|---|
OrmConstant() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
FT_INTEGER
public static final int FT_INTEGER
- See Also:
- Constant Field Values
FT_DECIMAL
public static final int FT_DECIMAL
- See Also:
- Constant Field Values
FT_STRING
public static final int FT_STRING
- See Also:
- Constant Field Values
FT_BINARY
public static final int FT_BINARY
- See Also:
- Constant Field Values
SL_AND
public static final int SL_AND
- See Also:
- Constant Field Values
SL_OR
public static final int SL_OR
- See Also:
- Constant Field Values
SOT_ASCENDING
public static final int SOT_ASCENDING
- See Also:
- Constant Field Values
SOT_DESCENDING
public static final int SOT_DESCENDING
- See Also:
- Constant Field Values
SCT_SINGLE_LOGIC
public static final int SCT_SINGLE_LOGIC
- See Also:
- Constant Field Values
SCT_COMPOUND_LOGIC
public static final int SCT_COMPOUND_LOGIC
- See Also:
- Constant Field Values
SO_EQUALS
public static final int SO_EQUALS
- See Also:
- Constant Field Values
SO_NOTEQUALS
public static final int SO_NOTEQUALS
- See Also:
- Constant Field Values
SO_GREATERTHAN
public static final int SO_GREATERTHAN
- See Also:
- Constant Field Values
SO_GREATERTHANOREQUALS
public static final int SO_GREATERTHANOREQUALS
- See Also:
- Constant Field Values
SO_LESSTHAN
public static final int SO_LESSTHAN
- See Also:
- Constant Field Values
SO_LESSTHANOREQUALS
public static final int SO_LESSTHANOREQUALS
- See Also:
- Constant Field Values
SO_BEGINSWITH
public static final int SO_BEGINSWITH
- See Also:
- Constant Field Values
SO_ENDSWITH
public static final int SO_ENDSWITH
- See Also:
- Constant Field Values
SO_CONTAINS
public static final int SO_CONTAINS
- See Also:
- Constant Field Values
SO_ISNULL
public static final int SO_ISNULL
- See Also:
- Constant Field Values
SO_ISNOTNULL
public static final int SO_ISNOTNULL
- See Also:
- Constant Field Values
SO_IN
public static final int SO_IN
- See Also:
- Constant Field Values
SO_NOTIN
public static final int SO_NOTIN
- See Also:
- Constant Field Values
AG_NONE
public static final int AG_NONE
- See Also:
- Constant Field Values
AG_SUM
public static final int AG_SUM
- See Also:
- Constant Field Values
AG_AVERAGE
public static final int AG_AVERAGE
- See Also:
- Constant Field Values
AG_COUNT
public static final int AG_COUNT
- See Also:
- Constant Field Values
AG_MAXIMUM
public static final int AG_MAXIMUM
- See Also:
- Constant Field Values
AG_MINIMUM
public static final int AG_MINIMUM
- See Also:
- Constant Field Values
AG_VARIANCE
public static final int AG_VARIANCE
- See Also:
- Constant Field Values
AG_STANDARD_DEVIATION
public static final int AG_STANDARD_DEVIATION
- See Also:
- Constant Field Values
Constructor Detail |
---|
OrmConstant
public OrmConstant()