javax.persistence
Interface PersistenceUtil

All Known Subinterfaces:
PersistenceUnitUtil

public interface PersistenceUtil


Method Summary
 boolean isLoaded(Object entity)
           
 boolean isLoaded(Object entity, String attributeName)
           
 

Method Detail

isLoaded

boolean isLoaded(Object entity,
                 String attributeName)

isLoaded

boolean isLoaded(Object entity)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.