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
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.