Skip to content

Commit ff12d5c

Browse files
committed
HHH-8969 removed deprecated annotations
1 parent b5553a2 commit ff12d5c

File tree

79 files changed

+272
-1154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+272
-1154
lines changed

hibernate-core/src/main/java/org/hibernate/annotations/AccessType.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

hibernate-core/src/main/java/org/hibernate/annotations/CascadeType.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,10 @@ public enum CascadeType {
5959
* Corresponds to the Hibernate native REPLICATE action.
6060
*/
6161
REPLICATE,
62-
/**
63-
* Hibernate originally handled orphan removal as a specialized cascade.
64-
*
65-
* @deprecated use @OneToOne(orphanRemoval=true) or @OneToMany(orphanRemoval=true)
66-
*/
67-
@Deprecated
68-
DELETE_ORPHAN,
6962
/**
7063
* Corresponds to the Hibernate native LOCK action.
7164
*/
7265
LOCK,
73-
/**
74-
* JPA originally planned on calling DETACH EVICT.
75-
*
76-
* @deprecated use javax.persistence.CascadeType.DETACH
77-
*/
78-
@Deprecated
79-
EVICT,
8066
/**
8167
* Corresponds to {@link javax.persistence.CascadeType#REFRESH}.
8268
*/

hibernate-core/src/main/java/org/hibernate/annotations/Entity.java

Lines changed: 0 additions & 86 deletions
This file was deleted.

hibernate-core/src/main/java/org/hibernate/annotations/FlushModeType.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ public enum FlushModeType {
4141
* Corresponds to {@link org.hibernate.FlushMode#COMMIT}.
4242
*/
4343
COMMIT,
44-
/**
45-
* Corresponds to {@link org.hibernate.FlushMode#NEVER}.
46-
*
47-
* @deprecated use MANUAL, will be removed in a subsequent release
48-
*/
49-
@Deprecated
50-
NEVER,
5144
/**
5245
* Corresponds to {@link org.hibernate.FlushMode#MANUAL}.
5346
*/

hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

hibernate-core/src/main/java/org/hibernate/annotations/Index.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

hibernate-core/src/main/java/org/hibernate/annotations/IndexColumn.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)