Uses of Interface
com.bankframe.services.cache.indexmetadata.impl.IndexMetaData

Packages that use IndexMetaData
com.bankframe.services.cache.indexmetadata.impl   
 

Uses of IndexMetaData in com.bankframe.services.cache.indexmetadata.impl
 

Classes in com.bankframe.services.cache.indexmetadata.impl that implement IndexMetaData
 class IndexMetaDataImplt
          This class serves as a lightweight proxy representation of a Index Meta Data EJB for caching purposes.
 

Methods in com.bankframe.services.cache.indexmetadata.impl that return IndexMetaData
 IndexMetaData IndexMetaDataHome.create(java.lang.String indexName, java.lang.String cacheName, java.lang.String dataPacketName, java.lang.String dataPacketField)
          This method initialises a new instance of the IndexMetaData entity.
 IndexMetaData IndexMetaDataHome.findByPrimaryKey(IndexMetaDataPK key)
          This method finds an instance of IndexMetaData by its PrimaryKey
static IndexMetaData IndexMetaDataCache.findByPrimaryKey(IndexMetaDataPK pk)
          This method is a findByPrimaryKey for the Index Meta Data Cache
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.