Cumulus4j API
(1.1.0)

org.cumulus4j.store.model.gae
Class ObjectIdFactoryGae

java.lang.Object
  extended by org.cumulus4j.store.model.ObjectIdFactory
      extended by org.cumulus4j.store.model.gae.ObjectIdFactoryGae

public class ObjectIdFactoryGae
extends ObjectIdFactory


Constructor Summary
ObjectIdFactoryGae()
          Deprecated. Do not use this constructor directly! It exists only for the ServiceLoader! Use ObjectIdFactory.getInstance() instead!
 
Method Summary
 Object createObjectId(Class<?> entityClass, long id)
           
 
Methods inherited from class org.cumulus4j.store.model.ObjectIdFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdFactoryGae

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

Method Detail

createObjectId

public Object createObjectId(Class<?> entityClass,
                             long id)
Overrides:
createObjectId in class ObjectIdFactory

Cumulus4j API
(1.1.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.