com.googlecode.jinahya.sql
Class AbstractDbCollectable<A extends DbAccessible<?>>

java.lang.Object
  extended by com.googlecode.jinahya.util.AbstractCollectable<A>
      extended by com.googlecode.jinahya.sql.AbstractDbCollectable<A>
Type Parameters:
A - accessible type parameter
All Implemented Interfaces:
DbCollectable<A>, com.googlecode.jinahya.util.Collectable<A>

public abstract class AbstractDbCollectable<A extends DbAccessible<?>>
extends com.googlecode.jinahya.util.AbstractCollectable<A>
implements DbCollectable<A>

Abstract implementation of DatabaseCollection.

Author:
Jin Kwon

Field Summary
 
Fields inherited from class com.googlecode.jinahya.util.AbstractCollectable
accessibleType
 
Constructor Summary
AbstractDbCollectable(java.lang.Class<A> accessibleType)
          Creates a new instance.
 
Method Summary
 
Methods inherited from class com.googlecode.jinahya.util.AbstractCollectable
getAccessibles, getAccessibleType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.jinahya.util.Collectable
getAccessibles, getAccessibleType
 

Constructor Detail

AbstractDbCollectable

public AbstractDbCollectable(java.lang.Class<A> accessibleType)
Creates a new instance.

Parameters:
accessibleType - accessible type


Copyright © 2011. All Rights Reserved.