Type - public abstract class AbstractHibernateObject<Type extends AbstractHibernateObject<Type>> extends Object implements Serializable
| Constructor and Description |
|---|
AbstractHibernateObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
This is a convenience method to wrap the operation in a transaction.
|
static Method[] |
getGetters(Class hibClass)
Return a list of all the getter methods for this Object.
|
Serializable |
getKeyValue() |
Type |
merge()
This is a convenience method to wrap the operation in a transaction.
|
void |
refresh()
This is a convenience method to wrap the operation in a transaction.
|
void |
save()
This is a convenience method to wrap the operation in a transaction.
|
public void save()
throws BasicException
BasicExceptionpublic void refresh()
throws BasicException
BasicExceptionpublic void delete()
throws BasicException
BasicExceptionpublic Type merge() throws BasicException
BasicExceptionpublic static Method[] getGetters(Class hibClass)
hibClass - public Serializable getKeyValue()
Copyright © 2021. All rights reserved.