Uses of Interface
net.java.ao.PolymorphicTypeMapper

Packages that use PolymorphicTypeMapper
net.java.ao   
 

Uses of PolymorphicTypeMapper in net.java.ao
 

Classes in net.java.ao that implement PolymorphicTypeMapper
 class DefaultPolymorphicTypeMapper
          Boiler-plate implementation of PolymorphicTypeMapper which requires all mappings to be manually specified.
 

Methods in net.java.ao that return PolymorphicTypeMapper
 PolymorphicTypeMapper EntityManager.getPolymorphicTypeMapper()
          Retrieves the PolymorphicTypeMapper instance used for flag value conversion of polymorphic types.
 

Methods in net.java.ao with parameters of type PolymorphicTypeMapper
 void EntityManager.setPolymorphicTypeMapper(PolymorphicTypeMapper typeMapper)
          Specifies the PolymorphicTypeMapper instance to use for all flag value conversion of polymorphic types.
 



Copyright © 2007-2011. All Rights Reserved.