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, Hardy Ferentschik

Nested Class Summary
static class PersistenceUtilHelper.MetadataCache
          Cache hierarchy and member resolution in a weak hash map
 
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, PersistenceUtilHelper.MetadataCache cache)
           
static javax.persistence.spi.LoadState isLoadedWithReference(java.lang.Object proxy, java.lang.String property, PersistenceUtilHelper.MetadataCache cache)
           
 
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,
                                                                       PersistenceUtilHelper.MetadataCache cache)

isLoadedWithReference

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

isLoaded

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


Copyright © 2012. All Rights Reserved.