|
||||||||||
| 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(java.lang.Object object)
see if this object would be an insert for hibernate, or if it would be an update. |
static java.io.Serializable |
primaryKeyCurrentValue(java.lang.Object object)
get the hibernate primary key property value (current value) |
static org.hibernate.mapping.Property |
primaryKeyProperty(java.lang.Class clazz)
get the hibernate mapping property of a mapped class |
static org.hibernate.mapping.Value |
primaryKeyValue(java.lang.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(java.lang.Object object)
object -
public static org.hibernate.mapping.Property primaryKeyProperty(java.lang.Class clazz)
clazz -
public static org.hibernate.mapping.Value primaryKeyValue(java.lang.Class clazz)
clazz -
public static java.io.Serializable primaryKeyCurrentValue(java.lang.Object object)
object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||