X - the type of the idpublic class ManagedId<X> extends Object
| Constructor and Description |
|---|
ManagedId(EntityTypeImpl<X> type,
X instance)
Constructor for the instances.
|
ManagedId(Object id,
EntityTypeImpl<X> type)
Constructor for the raw ids.
|
public ManagedId(EntityTypeImpl<X> type, X instance)
type - the typeinstance - the instancepublic ManagedId(Object id, EntityTypeImpl<X> type)
id - the idtype - the typepublic Object getId()
public EntityTypeImpl<? super X> getType()
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.