org.hibernate.ejb.util
Class PersistenceUtilHelper

java.lang.Object
  extended by org.hibernate.ejb.util.PersistenceUtilHelper

public class PersistenceUtilHelper
extends Object

Author:
Emmanuel Bernard

Constructor Summary
PersistenceUtilHelper()
           
 
Method Summary
static LoadState isLoaded(Object o)
           
static LoadState isLoadedWithoutReference(Object proxy, String property)
           
static LoadState isLoadedWithReference(Object proxy, String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceUtilHelper

public PersistenceUtilHelper()
Method Detail

isLoadedWithoutReference

public static LoadState isLoadedWithoutReference(Object proxy,
                                                 String property)

isLoadedWithReference

public static LoadState isLoadedWithReference(Object proxy,
                                              String property)

isLoaded

public static LoadState isLoaded(Object o)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.