org.hibernate.ejb.util
Class PersistenceUtilHelper
java.lang.Object
org.hibernate.ejb.util.PersistenceUtilHelper
public class PersistenceUtilHelper
- extends java.lang.Object
- Author:
- Emmanuel Bernard, Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceUtilHelper
public PersistenceUtilHelper()
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 © 2013. All Rights Reserved.