org.qi4j.entitystore.gae
Class GaeIdGeneratorService.Mixin

java.lang.Object
  extended by org.qi4j.entitystore.gae.GaeIdGeneratorService.Mixin
All Implemented Interfaces:
IdentityGenerator
Enclosing interface:
GaeIdGeneratorService

public static class GaeIdGeneratorService.Mixin
extends Object
implements IdentityGenerator


Constructor Summary
GaeIdGeneratorService.Mixin()
           
 
Method Summary
 String generate(Class<? extends Identity> compositeType)
          Generate a new id for the given Composite type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaeIdGeneratorService.Mixin

public GaeIdGeneratorService.Mixin()
Method Detail

generate

public String generate(Class<? extends Identity> compositeType)
Description copied from interface: IdentityGenerator
Generate a new id for the given Composite type

Specified by:
generate in interface IdentityGenerator
Parameters:
compositeType - the type of composite
Returns:
a new identity