org.hibernate.ejb.util
Class PersistenceUtilHelper

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

public class PersistenceUtilHelper
extends java.lang.Object

Author:
Emmanuel Bernard

Constructor Summary
PersistenceUtilHelper()
           
 
Method Summary
static javax.persistence.spi.LoadState isLoaded(java.lang.Object o)
           
static javax.persistence.spi.LoadState isLoadedWithoutReference(java.lang.Object proxy, java.lang.String property)
           
static javax.persistence.spi.LoadState isLoadedWithReference(java.lang.Object proxy, java.lang.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 javax.persistence.spi.LoadState isLoadedWithoutReference(java.lang.Object proxy,
                                                                       java.lang.String property)

isLoadedWithReference

public static javax.persistence.spi.LoadState isLoadedWithReference(java.lang.Object proxy,
                                                                    java.lang.String property)

isLoaded

public static javax.persistence.spi.LoadState isLoaded(java.lang.Object o)


Copyright © 2010. All Rights Reserved.