org.cumulus4j.store.model
Class ObjectIdFactory
java.lang.Object
   org.cumulus4j.store.model.ObjectIdFactory
org.cumulus4j.store.model.ObjectIdFactory
- Direct Known Subclasses: 
- ObjectIdFactoryGae
- public class ObjectIdFactory 
- extends Object
| Constructor Summary | 
| ObjectIdFactory()Deprecated. Do not use this constructor directly! It exists only for the ServiceLoader!
 Use
 getInstance()instead! | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ObjectIdFactory
@Deprecated
public ObjectIdFactory()
- Deprecated. Do not use this constructor directly! It exists only for the ServiceLoader!
 Use getInstance()instead!
 
getInstance
public static ObjectIdFactory getInstance()
- 
 
createObjectId
public Object createObjectId(Class<?> entityClass,
                             long id)
- 
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.