Package org.opentides.bean

Examples of org.opentides.bean.AuditLog


    }
   
      Session tempSession =
            HibernateUtil.getSessionFactory().openSession();
    try {
      AuditLog record =
              new AuditLog(friendlyMessage,
                    message,
                    entity.getId(),
                          entityClass,
                          entity.getReference(),
                          userId,
View Full Code Here

TOP

Related Classes of org.opentides.bean.AuditLog

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.