Uses of Class
ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper

Packages that use AbstractWrapper
ch.elca.el4j.util.objectwrapper   
ch.elca.el4j.util.objectwrapper.impl   
 

Uses of AbstractWrapper in ch.elca.el4j.util.objectwrapper
 

Methods in ch.elca.el4j.util.objectwrapper that return types with arguments of type AbstractWrapper
 Map<Class<? extends Wrappable>,AbstractWrapper> ObjectWrapper.getWrappables()
          Get the wrappables.
 

Methods in ch.elca.el4j.util.objectwrapper with parameters of type AbstractWrapper
 void ObjectWrapper.addWrappable(Class<? extends Wrappable> wrappableClass, AbstractWrapper implementation)
          Register a wrappable.
 

Method parameters in ch.elca.el4j.util.objectwrapper with type arguments of type AbstractWrapper
 void ObjectWrapper.setWrappables(Map<Class<? extends Wrappable>,AbstractWrapper> wrappables)
          Setter for wrappabless.
 

Uses of AbstractWrapper in ch.elca.el4j.util.objectwrapper.impl
 

Subclasses of AbstractWrapper in ch.elca.el4j.util.objectwrapper.impl
 class KeyedVersionedEl4jImpl
          Implementation of KeyedVersioned that uses the provided methods of the EL4J base class.
 class KeyedVersionedHibernateImpl
          Implementation of keyed/versioned.
 class KeyedVersionedReflectionImpl
          Implementation of KeyedVersioned that uses reflection on properties "key" and "version".
 class LinkedHibernateImpl
          Hibernate annotation implementation of Linked.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.