Uses of Class
org.hibernate.annotations.Cascade

Packages that use Cascade
org.hibernate.ejb.test.cascade   
org.hibernate.ejb.test.emops   
org.hibernate.test.annotations.any   
org.hibernate.test.annotations.engine.collection   
org.hibernate.test.annotations.immutable   
org.hibernate.test.annotations.manytomany   
org.hibernate.test.annotations.onetomany   
 

Uses of Cascade in org.hibernate.ejb.test.cascade
 

Methods in org.hibernate.ejb.test.cascade with annotations of type Cascade
 Set<Soldier> Troop.getSoldiers()
           
 

Uses of Cascade in org.hibernate.ejb.test.emops
 

Fields in org.hibernate.ejb.test.emops with annotations of type Cascade
 List<Competitor> Race.competitors
           
 

Uses of Cascade in org.hibernate.test.annotations.any
 

Methods in org.hibernate.test.annotations.any with annotations of type Cascade
 List<Property> PropertySet.getGeneralProperties()
           
 List<T> PropertyList.getGeneralProperties()
           
 Map<String,Property> PropertyMap.getProperties()
           
 Property PropertySet.getSomeProperty()
           
 T PropertyList.getSomeProperty()
           
 

Uses of Cascade in org.hibernate.test.annotations.engine.collection
 

Methods in org.hibernate.test.annotations.engine.collection with annotations of type Cascade
 List<Son> Father.getOrderedSons()
           
 Set<Son> Mother.getSons()
           
 

Uses of Cascade in org.hibernate.test.annotations.immutable
 

Methods in org.hibernate.test.annotations.immutable with annotations of type Cascade
 List<State> Country.getStates()
           
 

Uses of Cascade in org.hibernate.test.annotations.manytomany
 

Methods in org.hibernate.test.annotations.manytomany with annotations of type Cascade
 List Employer.getContractors()
           
 Collection Employer.getEmployees()
           
 Collection<Employer> Employee.getEmployers()
           
 

Uses of Cascade in org.hibernate.test.annotations.onetomany
 

Methods in org.hibernate.test.annotations.onetomany with annotations of type Cascade
 Set<Soldier> Troop.getSoldiers()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.