Uses of Class
org.hibernate.ReplicationMode
Packages that useReplicationMode Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.Uses ofReplicationMode inorg.hibernate
Methods inorg.hibernate that returnReplicationMode Modifier and Type Method Description staticReplicationModeReplicationMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.staticReplicationMode[]ReplicationMode. values()Deprecated.Returns an array containing the constants of this enum type, inthe order they are declared.Methods inorg.hibernate with parameters of typeReplicationMode Modifier and Type Method Description voidSession. replicate(Object object,ReplicationMode replicationMode)Deprecated.With no real replacementvoidSession. replicate(String entityName,Object object,ReplicationMode replicationMode)Deprecated.With no real replacementUses ofReplicationMode inorg.hibernate.engine.spi
Fields inorg.hibernate.engine.spi with type parameters of typeReplicationMode Modifier and Type Field Description staticCascadingAction<ReplicationMode>CascadingActions. REPLICATEMethods inorg.hibernate.engine.spi with parameters of typeReplicationMode Modifier and Type Method Description voidSessionDelegatorBaseImpl. replicate(Object object,ReplicationMode replicationMode)voidSessionDelegatorBaseImpl. replicate(String entityName,Object object,ReplicationMode replicationMode)voidSessionLazyDelegator. replicate(Object object,ReplicationMode replicationMode)Deprecated.voidSessionLazyDelegator. replicate(String entityName,Object object,ReplicationMode replicationMode)Deprecated.Uses ofReplicationMode inorg.hibernate.event.internal
Methods inorg.hibernate.event.internal that return types with arguments of typeReplicationMode Modifier and Type Method Description protectedCascadingAction<ReplicationMode>DefaultReplicateEventListener. getCascadeAction()Deprecated.Uses ofReplicationMode inorg.hibernate.event.spi
Methods inorg.hibernate.event.spi that returnReplicationMode Modifier and Type Method Description ReplicationModeReplicateEvent. getReplicationMode()Methods inorg.hibernate.event.spi with parameters of typeReplicationMode Modifier and Type Method Description voidReplicateEvent. setReplicationMode(ReplicationMode replicationMode)Constructors inorg.hibernate.event.spi with parameters of typeReplicationMode Constructor Description ReplicateEvent(Object object,ReplicationMode replicationMode,EventSource source)ReplicateEvent(String entityName,Object object,ReplicationMode replicationMode,EventSource source)Uses ofReplicationMode inorg.hibernate.internal
Methods inorg.hibernate.internal with parameters of typeReplicationMode Modifier and Type Method Description voidSessionImpl. replicate(Object obj,ReplicationMode replicationMode)voidSessionImpl. replicate(String entityName,Object obj,ReplicationMode replicationMode)