Uses of Class
org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy

Packages that use HandlerFieldStrategy
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies 
 

Uses of HandlerFieldStrategy in org.apache.openjpa.jdbc.meta.strats
 

Subclasses of HandlerFieldStrategy in org.apache.openjpa.jdbc.meta.strats
 class MaxEmbeddedBlobFieldStrategy
          Mapping for serialized fields on a dictionary that has a maximum embedded BLOB size.
 class MaxEmbeddedByteArrayFieldStrategy
          Mapping for byte array fields on a dictionary that has a maximum embedded BLOB size.
 class MaxEmbeddedCharArrayFieldStrategy
          Mapping for CLOB character array on a dictionary that has a maximum embedded CLOB size.
 class MaxEmbeddedClobFieldStrategy
          Mapping for CLOB string on a dictionary that has a maximum embedded CLOB size.
(package private)  class MaxEmbeddedLobFieldStrategy
          Base class for LOBs on databases that limit the max embedded LOB size.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.