Skip to content

Commit bd069db

Browse files
committed
HHH-19178 Remove commit 328fa23 by Andrej Golovnin
1 parent f2b8c74 commit bd069db

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingAction.java

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
import org.hibernate.HibernateException;
1010
import org.hibernate.event.spi.EventSource;
11-
import org.hibernate.persister.entity.EntityPersister;
1211
import org.hibernate.type.CollectionType;
13-
import org.hibernate.type.Type;
1412

1513
/**
1614
* A session action that may be cascaded from parent entity to its children
@@ -58,34 +56,6 @@ Iterator<?> getCascadableChildrenIterator(
5856
*/
5957
boolean deleteOrphans();
6058

61-
62-
/**
63-
* Does the specified cascading action require verification of no cascade validity?
64-
*
65-
* @return True if this action requires no-cascade verification; false otherwise.
66-
*
67-
* @deprecated No longer used
68-
*/
69-
@Deprecated(since = "6.6", forRemoval = true)
70-
default boolean requiresNoCascadeChecking() {
71-
return false;
72-
}
73-
74-
/**
75-
* Called (in the case of {@link #requiresNoCascadeChecking} returning true) to validate
76-
* that no cascade on the given property is considered a valid semantic.
77-
*
78-
* @param session The session within which the cascade is occurring.
79-
* @param parent The property value owner
80-
* @param persister The entity persister for the owner
81-
* @param propertyType The property type
82-
* @param propertyIndex The index of the property within the owner.
83-
*
84-
* @deprecated No longer used
85-
*/
86-
@Deprecated(since = "6.6", forRemoval = true)
87-
default void noCascade(EventSource session, Object parent, EntityPersister persister, Type propertyType, int propertyIndex) {}
88-
8959
/**
9060
* Should this action be performed (or noCascade consulted) in the case of lazy properties.
9161
*/

0 commit comments

Comments
 (0)