org.objectstyle.cayenne.access.types
Interface ExtendedTypeFactory


public interface ExtendedTypeFactory

ExtendedType factory interface.

Since:
1.2
Author:
Andrus Adamchik

Method Summary
 ExtendedType getType(java.lang.Class objectClass)
          Returns ExtendedType instance that can handle a given object class.
 

Method Detail

getType

ExtendedType getType(java.lang.Class objectClass)
Returns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.



  Copyright © 2001-2006 ObjectStyle.org All Rights Reserved.