public class JpaPersistenceConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY
If the field's value is a persistent JPA entity, its type and primary key is stored in the
Session . |
Constructor and Description |
---|
JpaPersistenceConstants() |
public static final String ENTITY
Session
. Otherwise,
the value is stored as per PersistenceConstants.SESSION
.public JpaPersistenceConstants()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.