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
BasicException
public void refresh() throws BasicException
BasicException
public void delete() throws BasicException
BasicException
public Type merge() throws BasicException
BasicException
public static Method[] getGetters(Class hibClass)
hibClass
- public Serializable getKeyValue()
Copyright © 2021. All rights reserved.