Uses of Interface
ch.elca.el4j.util.objectwrapper.Wrappable

Packages that use Wrappable
ch.elca.el4j.util.objectwrapper   
ch.elca.el4j.util.objectwrapper.impl   
ch.elca.el4j.util.objectwrapper.interfaces   
 

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

Methods in ch.elca.el4j.util.objectwrapper with type parameters of type Wrappable
<T extends Wrappable>
T
ObjectWrapper.wrap(Class<T> wrappable, Object object)
          Cast an object to a wrapper.
 

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

Method parameters in ch.elca.el4j.util.objectwrapper with type arguments of type Wrappable
 void ObjectWrapper.addWrappable(Class<? extends Wrappable> wrappableClass, AbstractWrapper implementation)
          Register a wrappable.
 void ObjectWrapper.setWrappables(Map<Class<? extends Wrappable>,AbstractWrapper> wrappables)
          Setter for wrappabless.
 boolean ObjectWrapper.wrappablePresent(Class<? extends Wrappable> cls)
          Check if a wrappable is registered.
 boolean ObjectWrapper.wrappablePresent(Class<? extends Wrappable> wrappableClass, Class<?> objectClass)
          Check if a call to wrap() has a chance of creating a wrapper on an object class.
 

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

Classes in ch.elca.el4j.util.objectwrapper.impl that implement Wrappable
 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.
 

Uses of Wrappable in ch.elca.el4j.util.objectwrapper.interfaces
 

Subinterfaces of Wrappable in ch.elca.el4j.util.objectwrapper.interfaces
 interface KeyedVersioned
          Aspect of having a key and version.
 interface Linked
          Apsect of having links to other objects.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.