|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.jpa.JpaPersistenceConstants
public class JpaPersistenceConstants
Constants for persistent field strategies.
| Field Summary | |
|---|---|
static java.lang.String |
ENTITY
If the field's value is a persistent JPA entity, its type and primary key is stored in the Session. |
| Constructor Summary | |
|---|---|
JpaPersistenceConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ENTITY
Session. Otherwise,
the value is stored as per PersistenceConstants.SESSION.
| Constructor Detail |
|---|
public JpaPersistenceConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||