org.tynamo.hibernate
Interface HasAssignedIdentifier

All Superinterfaces:
Interceptable

public interface HasAssignedIdentifier
extends Interceptable

This interface is for letting the AssignedIdAspect know which classes have an assigned id. The aspect will add the implementation of this interface


Method Summary
 boolean isSaved()
           
 
Methods inherited from interface org.tynamo.hibernate.Interceptable
onInsert, onLoad, onUpdate
 

Method Detail

isSaved

boolean isSaved()


Copyright © 2004-2013. All Rights Reserved.