Uses of Class
org.hibernate.ReplicationMode
-
Packages that use ReplicationMode Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.engine.spi org.hibernate.event.spi -
-
Uses of ReplicationMode in org.hibernate
Methods in org.hibernate that return ReplicationMode Modifier and Type Method Description static ReplicationModeReplicationMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ReplicationMode[]ReplicationMode. values()Deprecated.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 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 replacement -
Uses of ReplicationMode in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type ReplicationMode Modifier and Type Field Description static CascadingAction<ReplicationMode>CascadingActions. REPLICATEMethods in org.hibernate.engine.spi with parameters of type ReplicationMode 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 of ReplicationMode in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return ReplicationMode Modifier and Type Method Description ReplicationModeReplicateEvent. getReplicationMode()Methods in org.hibernate.event.spi with parameters of type ReplicationMode Modifier and Type Method Description voidReplicateEvent. setReplicationMode(ReplicationMode replicationMode)Constructors in org.hibernate.event.spi with parameters of type ReplicationMode Constructor Description ReplicateEvent(Object object, ReplicationMode replicationMode, EventSource source)ReplicateEvent(String entityName, Object object, ReplicationMode replicationMode, EventSource source)
-