org.loom.appengine.converter
Class JpaKeyConverterFactory

java.lang.Object
  extended by org.loom.appengine.converter.JpaKeyConverterFactory
All Implemented Interfaces:
org.loom.converter.AnnotationDrivenConverterFactory<javax.persistence.Id>

@Component
public class JpaKeyConverterFactory
extends java.lang.Object
implements org.loom.converter.AnnotationDrivenConverterFactory<javax.persistence.Id>

Create Converter for Key properties


Constructor Summary
JpaKeyConverterFactory()
           
 
Method Summary
 java.lang.Class<javax.persistence.Id> getAnnotationClass()
           
 org.loom.converter.Converter getConverter(org.loom.binding.AnnotationContainer propertyWrapper, javax.persistence.Id annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaKeyConverterFactory

public JpaKeyConverterFactory()
Method Detail

getConverter

public org.loom.converter.Converter getConverter(org.loom.binding.AnnotationContainer propertyWrapper,
                                                 javax.persistence.Id annotation)
Specified by:
getConverter in interface org.loom.converter.AnnotationDrivenConverterFactory<javax.persistence.Id>

getAnnotationClass

public java.lang.Class<javax.persistence.Id> getAnnotationClass()
Specified by:
getAnnotationClass in interface org.loom.converter.AnnotationDrivenConverterFactory<javax.persistence.Id>