|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hibernate.HibUtilsMapping
public class HibUtilsMapping
metadata and other methods for hibernate
Constructor Summary | |
---|---|
HibUtilsMapping()
|
Method Summary | |
---|---|
static boolean |
isInsert(Object object)
see if this object would be an insert for hibernate, or if it would be an update. |
static Serializable |
primaryKeyCurrentValue(Object object)
get the hibernate primary key property value (current value) |
static org.hibernate.mapping.Property |
primaryKeyProperty(Class clazz)
get the hibernate mapping property of a mapped class |
static org.hibernate.mapping.Value |
primaryKeyValue(Class clazz)
get the hibernate primary key property Value object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HibUtilsMapping()
Method Detail |
---|
public static boolean isInsert(Object object)
object
-
public static org.hibernate.mapping.Property primaryKeyProperty(Class clazz)
clazz
-
public static org.hibernate.mapping.Value primaryKeyValue(Class clazz)
clazz
-
public static Serializable primaryKeyCurrentValue(Object object)
object
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |