Package me.ahoo.cosid.spring.data.jdbc
Class IdAnnotationDefinitionParser
java.lang.Object
me.ahoo.cosid.spring.data.jdbc.IdAnnotationDefinitionParser
- All Implemented Interfaces:
FieldDefinitionParser
Id Annotation FieldDefinitionParser.
- See Also:
-
Id
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParses a field to create its ID definition.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IdAnnotationDefinitionParser
public IdAnnotationDefinitionParser()
-
-
Method Details
-
parse
Description copied from interface:FieldDefinitionParserParses a field to create its ID definition.- Specified by:
parsein interfaceFieldDefinitionParser- Parameters:
lookupClassList- list of classes in the hierarchyfield- the field to parse- Returns:
- the ID definition or null
-