org.alfresco.repo.domain.hibernate
Interface DirtySessionAnnotation

All Superinterfaces:
java.lang.annotation.Annotation

@Target(value=METHOD)
@Retention(value=RUNTIME)
public interface DirtySessionAnnotation
extends java.lang.annotation.Annotation

Annotation defining Hibernate session flushing and dirty marking

Since:
2.1.5

Method Summary
 boolean markDirty()
          The session must be flagged as dirty after execution.
Default: false
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

markDirty

boolean markDirty()
The session must be flagged as dirty after execution.
Default: false



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.