Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.hibernate.test.comppropertyref.Identity

Uses of Identity in org.hibernate.test.comppropertyref
 

Fields in org.hibernate.test.comppropertyref declared as Identity
private  Identity Person.identity
           
 

Methods in org.hibernate.test.comppropertyref that return Identity
 Identity Person.getIdentity()
           
 

Methods in org.hibernate.test.comppropertyref with parameters of type Identity
 void Person.setIdentity(Identity identity)