org.jboss.seam
public class Entity extends Model
Modifier and Type | Class and Description |
---|---|
static class |
Entity.NotEntityException |
Modifier and Type | Method and Description |
---|---|
static Entity |
forBean(Object bean) |
static Entity |
forClass(Class clazz) |
Object |
getIdentifier(Object entity) |
Field |
getIdentifierField()
Deprecated.
|
Method |
getIdentifierGetter()
Deprecated.
|
String |
getName() |
Method |
getPostLoadMethod() |
Method |
getPrePersistMethod() |
Method |
getPreRemoveMethod() |
Method |
getPreUpdateMethod() |
Object |
getVersion(Object entity) |
Field |
getVersionField()
Deprecated.
|
Method |
getVersionGetter()
Deprecated.
|
getBeanClass
@Deprecated public Entity(Class<?> beanClass)
beanClass
- Use Entity.forBean() or Entity.forClasspublic Method getPostLoadMethod()
public Method getPrePersistMethod()
public Method getPreRemoveMethod()
public Method getPreUpdateMethod()
@Deprecated public Field getIdentifierField()
@Deprecated public Method getIdentifierGetter()
@Deprecated public Field getVersionField()
@Deprecated public Method getVersionGetter()
public String getName()
Copyright © 2015 Seam Framework. All Rights Reserved.