public abstract class EntityLookupSupport<T> extends Object implements EntityLookup<T>
EntityLookup implementation base class to derive the supported domain type from the generics signature.| Constructor and Description |
|---|
EntityLookupSupport()
Creates a new
EntityLookupSupport instance discovering the supported type from the generics signature. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(Class<?> delimiter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceIdentifier, lookupEntitypublic EntityLookupSupport()
EntityLookupSupport instance discovering the supported type from the generics signature.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.