Package org.jboss.cache.pojo.impl

Examples of org.jboss.cache.pojo.impl.PojoUtil


   public CacheFieldInterceptor(PojoCacheImpl pCache, Fqn fqn, CachedType type)
   {
      this.pCache_ = pCache;
      this.cache_ = pCache_.getCache();
      this.fqn_ = fqn;
      util_ = new PojoUtil();
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.pojo.impl.PojoUtil

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.