Package org.gatein.wsrp.jcr.mapping.mixins

Examples of org.gatein.wsrp.jcr.mapping.mixins.LastModified


      if (old != null)
      {
         session.remove(old);

         // update last modified of element linked to toDelete if needed
         final LastModified lastModified = manager.lastModifiedToUpdateOnDelete(session);
         if (lastModified != null)
         {
            lastModified.setLastModified(SupportsLastModified.now());
         }
         closeSession(true);
         return true;
      }
      else
View Full Code Here

TOP

Related Classes of org.gatein.wsrp.jcr.mapping.mixins.LastModified

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.