|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicationMode | |
net.sf.hibernate | |
net.sf.hibernate.impl | |
net.sf.hibernate.jca |
Uses of ReplicationMode in net.sf.hibernate |
Fields in net.sf.hibernate declared as ReplicationMode | |
static ReplicationMode |
ReplicationMode.EXCEPTION
Throw an exception when a row already exists. |
static ReplicationMode |
ReplicationMode.IGNORE
Ignore replicated entities when a row already exists. |
static ReplicationMode |
ReplicationMode.OVERWRITE
Overwrite existing rows when a row already exists. |
static ReplicationMode |
ReplicationMode.LATEST_VERSION
When a row already exists, choose the latest version. |
Methods in net.sf.hibernate with parameters of type ReplicationMode | |
void |
Session.replicate(Object object,
ReplicationMode replicationMode)
Persist all reachable transient objects, reusing the current identifier values. |
Uses of ReplicationMode in net.sf.hibernate.impl |
Methods in net.sf.hibernate.impl with parameters of type ReplicationMode | |
void |
SessionImpl.replicate(Object obj,
ReplicationMode replicationMode)
|
Uses of ReplicationMode in net.sf.hibernate.jca |
Methods in net.sf.hibernate.jca with parameters of type ReplicationMode | |
void |
JCASessionImpl.replicate(Object object,
ReplicationMode mode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |