com.jpattern.orm.mapper.clazz
Interface IClassField<BEAN,P>
- All Known Implementing Classes:
- ClassField
public interface IClassField<BEAN,P>
- Author:
- Francesco Cina
04/giu/2011
getColumnInfo
ColumnInfo getColumnInfo()
getVersionInfo
VersionInfo getVersionInfo()
getGeneratorInfo
GeneratorInfo getGeneratorInfo()
getType
Class<P> getType()
getFieldName
String getFieldName()
isIdentifier
boolean isIdentifier()
getGetManipulator
GetManipulator<BEAN,P> getGetManipulator()
getSetManipulator
SetManipulator<BEAN,P> getSetManipulator()
Copyright © 2013. All Rights Reserved.