Skip to content

Commit

Permalink
HHH-8969 removed deprecated annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer committed Feb 14, 2014
1 parent b5553a2 commit ff12d5c
Show file tree
Hide file tree
Showing 79 changed files with 272 additions and 1,154 deletions.

This file was deleted.

Expand Up @@ -59,24 +59,10 @@ public enum CascadeType {
* Corresponds to the Hibernate native REPLICATE action.
*/
REPLICATE,
/**
* Hibernate originally handled orphan removal as a specialized cascade.
*
* @deprecated use @OneToOne(orphanRemoval=true) or @OneToMany(orphanRemoval=true)
*/
@Deprecated
DELETE_ORPHAN,
/**
* Corresponds to the Hibernate native LOCK action.
*/
LOCK,
/**
* JPA originally planned on calling DETACH EVICT.
*
* @deprecated use javax.persistence.CascadeType.DETACH
*/
@Deprecated
EVICT,
/**
* Corresponds to {@link javax.persistence.CascadeType#REFRESH}.
*/
Expand Down
86 changes: 0 additions & 86 deletions hibernate-core/src/main/java/org/hibernate/annotations/Entity.java

This file was deleted.

Expand Up @@ -41,13 +41,6 @@ public enum FlushModeType {
* Corresponds to {@link org.hibernate.FlushMode#COMMIT}.
*/
COMMIT,
/**
* Corresponds to {@link org.hibernate.FlushMode#NEVER}.
*
* @deprecated use MANUAL, will be removed in a subsequent release
*/
@Deprecated
NEVER,
/**
* Corresponds to {@link org.hibernate.FlushMode#MANUAL}.
*/
Expand Down

This file was deleted.

52 changes: 0 additions & 52 deletions hibernate-core/src/main/java/org/hibernate/annotations/Index.java

This file was deleted.

This file was deleted.

0 comments on commit ff12d5c

Please sign in to comment.