| Package | Description | 
|---|---|
| org.hibernate | 
 
        This package defines the central Hibernate APIs. 
 | 
| org.hibernate.engine.spi | |
| org.hibernate.event.spi | |
| org.hibernate.internal | 
 
    An internal package containing mostly implementations of central Hibernate APIs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ReplicationMode | 
ReplicationMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ReplicationMode[] | 
ReplicationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Session.replicate(Object object,
         ReplicationMode replicationMode)
Persist the state of the given detached instance, reusing the current
 identifier value. 
 | 
void | 
Session.replicate(String entityName,
         Object object,
         ReplicationMode replicationMode)
Persist the state of the given detached instance, reusing the current
 identifier value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionDelegatorBaseImpl.replicate(Object object,
         ReplicationMode replicationMode)  | 
void | 
SessionDelegatorBaseImpl.replicate(String entityName,
         Object object,
         ReplicationMode replicationMode)  | 
| Modifier and Type | Method and Description | 
|---|---|
ReplicationMode | 
ReplicateEvent.getReplicationMode()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReplicateEvent.setReplicationMode(ReplicationMode replicationMode)  | 
| Constructor and Description | 
|---|
ReplicateEvent(Object object,
              ReplicationMode replicationMode,
              EventSource source)  | 
ReplicateEvent(String entityName,
              Object object,
              ReplicationMode replicationMode,
              EventSource source)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionImpl.replicate(Object obj,
         ReplicationMode replicationMode)  | 
void | 
SessionImpl.replicate(String entityName,
         Object obj,
         ReplicationMode replicationMode)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.