nl.knowledgeplaza.util.jpa
Interface JpaUtil.JpaEntityInformation

Enclosing class:
JpaUtil

public static interface JpaUtil.JpaEntityInformation

Used a.o. by JpaObjectNavigatorModel to decide whether to do a merge or persist upon save


Method Summary
 java.lang.Boolean isAlreadyPersisted()
          Is this entity persisted before.
 

Method Detail

isAlreadyPersisted

java.lang.Boolean isAlreadyPersisted()
Is this entity persisted before. If this is unknown return null. Used a.o. by JpaObjectNavigatorModel to decide whether to do a merge or persist upon save

Returns:


Copyright © 2010. All Rights Reserved.