Cumulus4j API
(1.1.0)

org.cumulus4j.store.model
Class ObjectIdFactory

java.lang.Object
  extended by 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!
 
Method Summary
 Object createObjectId(Class<?> entityClass, long id)
           
static ObjectIdFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdFactory

@Deprecated
public ObjectIdFactory()
Deprecated. Do not use this constructor directly! It exists only for the ServiceLoader! Use getInstance() instead!

Method Detail

getInstance

public static ObjectIdFactory getInstance()

createObjectId

public Object createObjectId(Class<?> entityClass,
                             long id)

Cumulus4j API
(1.1.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.