org.jboss.seam.framework
public abstract class Identifier<T> extends Object implements Serializable
Identifier(Class clazz, Object id)
boolean
equals(Object other)
abstract Object
find(T persistenceContext)
Class
getClazz()
Object
getId()
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Identifier(Class clazz, Object id)
public Class getClazz()
public Object getId()
public boolean equals(Object other)
equals
public abstract Object find(T persistenceContext)
Copyright © 2015 Seam Framework. All Rights Reserved.