org.squashtest.csp.tm.domain.softdelete
Class SoftDeletableSupport

java.lang.Object
  extended by org.squashtest.csp.tm.domain.softdelete.SoftDeletableSupport

@Embeddable
public class SoftDeletableSupport
extends Object

Embeddable delegate for SoftDeletable entities. Not used yet because of bug : http://opensource.atlassian.com/projects/hibernate/browse/HHH-3957 (when deletedOn column is null, embedded coponent is set to null)

Author:
Gregory Fouquet

Constructor Summary
SoftDeletableSupport()
           
 
Method Summary
 Date getDeletedOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftDeletableSupport

public SoftDeletableSupport()
Method Detail

getDeletedOn

public Date getDeletedOn()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.