public abstract class HibernateUtils extends Object
unloaded
entities and
nulled collections as well as determining the index of certain properties in
a dehydrated Hibernate array.Constructor and Description |
---|
HibernateUtils() |
Modifier and Type | Method and Description |
---|---|
protected static Collection |
copy(Collection c) |
protected static Map |
copy(Map m) |
static int |
detailsIndex(String[] propertyNames) |
static void |
fixNulledOrFilteredCollections(IObject entity,
IObject target,
org.hibernate.persister.entity.EntityPersister persister,
org.hibernate.engine.SessionImplementor source)
loads collections which have been filtered or nulled by the user
|
static Details |
getDetails(Object[] state,
String[] names) |
static boolean |
idEqual(IObject arg1,
IObject arg2)
returns true under the following circumstances:
both arguments are null, or
both arguments are identical (==), or
both arguments have the same id value(equals)
|
static int |
index(String str,
String[] propertyNames) |
static boolean |
isUnloaded(Object original) |
static Long |
nullSafeGroupId(IObject iobject)
|
static Long |
nullSafeOwnerId(IObject iobject)
|
static boolean |
onlyPermissionsChanged(Details new_d,
Details old_d) |
public static boolean isUnloaded(Object original)
public static Long nullSafeOwnerId(IObject iobject)
owner
of this entity, or null
if: (1) the object is null, (2) the Details
is null, (3) the
owner is null.iobject
- Can be null.public static Long nullSafeGroupId(IObject iobject)
group
of this entity,
or null if: (1) the object is null, (2) the Details
is null, (3) the
group is null.iobject
- Can be null.public static void fixNulledOrFilteredCollections(IObject entity, IObject target, org.hibernate.persister.entity.EntityPersister persister, org.hibernate.engine.SessionImplementor source)
public static boolean onlyPermissionsChanged(Details new_d, Details old_d)
new_d
- the new detailsold_d
- the old detailspublic static boolean idEqual(IObject arg1, IObject arg2)
public static int detailsIndex(String[] propertyNames)
protected static Collection copy(Collection c)
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.