Berkeley DB XML
version 2.5.16

Uses of Interface
com.sleepycat.bind.tuple.MarshalledTupleEntry

Packages that use MarshalledTupleEntry
com.sleepycat.bind.tuple Bindings that use sequences of primitive fields, or tuples. 
 

Uses of MarshalledTupleEntry in com.sleepycat.bind.tuple
 

Classes in com.sleepycat.bind.tuple with type parameters of type MarshalledTupleEntry
 class TupleMarshalledBinding<E extends MarshalledTupleEntry>
          A concrete TupleBinding that delegates to the MarshalledTupleEntry interface of the data or key object.
 class TupleTupleMarshalledBinding<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>
          A concrete TupleTupleBinding that delegates to the MarshalledTupleEntry and MarshalledTupleKeyEntity interfaces of the entity class.
 class TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>
          A concrete key creator that works in conjunction with a TupleTupleMarshalledBinding.
 


Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.