|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicationMode | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.event.spi | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
Uses of ReplicationMode in org.hibernate |
---|
Methods in org.hibernate that return ReplicationMode | |
---|---|
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. |
Methods in org.hibernate with parameters of type ReplicationMode | |
---|---|
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. |
Uses of ReplicationMode in org.hibernate.event.spi |
---|
Methods in org.hibernate.event.spi that return ReplicationMode | |
---|---|
ReplicationMode |
ReplicateEvent.getReplicationMode()
|
Methods in org.hibernate.event.spi with parameters of type ReplicationMode | |
---|---|
void |
ReplicateEvent.setReplicationMode(ReplicationMode replicationMode)
|
Constructors in org.hibernate.event.spi with parameters of type ReplicationMode | |
---|---|
ReplicateEvent(Object object,
ReplicationMode replicationMode,
EventSource source)
|
|
ReplicateEvent(String entityName,
Object object,
ReplicationMode replicationMode,
EventSource source)
|
Uses of ReplicationMode in org.hibernate.internal |
---|
Methods in org.hibernate.internal with parameters of type ReplicationMode | |
---|---|
void |
SessionImpl.replicate(Object obj,
ReplicationMode replicationMode)
|
void |
SessionImpl.replicate(String entityName,
Object obj,
ReplicationMode replicationMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |