Uses of Class
org.hibernate.test.immutable.entitywithmutablecollection.Contract

Packages that use Contract
org.hibernate.test.immutable.entitywithmutablecollection   
 

Uses of Contract in org.hibernate.test.immutable.entitywithmutablecollection
 

Methods in org.hibernate.test.immutable.entitywithmutablecollection that return Contract
 Contract Party.getContract()
           
 Contract ContractVariation.getContract()
           
 Contract Contract.getParent()
           
 

Methods in org.hibernate.test.immutable.entitywithmutablecollection with parameters of type Contract
 void Plan.addContract(Contract contract)
           
 void Contract.addSubcontract(Contract subcontract)
           
 void Plan.removeContract(Contract contract)
           
 void Plan.removeSubcontracts(Contract contract)
           
 void Party.setContract(Contract contract)
           
 void ContractVariation.setContract(Contract contract)
           
 void Contract.setParent(Contract parent)
           
 

Constructors in org.hibernate.test.immutable.entitywithmutablecollection with parameters of type Contract
ContractVariation(int version, Contract contract)
           
 



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