nl.knowledgeplaza.util.jpa
Interface JpaUtil.JpaEntityInformation

All Known Implementing Classes:
AbstractBeanEclipselink
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
 Boolean isAlreadyPersisted()
          Is this entity persisted before.
 

Method Detail

isAlreadyPersisted

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 © 2012 KnowledgePlaza. All Rights Reserved.