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

Method Summary
 ColumnInfo getColumnInfo()
           
 String getFieldName()
           
 GeneratorInfo getGeneratorInfo()
           
 GetManipulator<BEAN,P> getGetManipulator()
           
 SetManipulator<BEAN,P> getSetManipulator()
           
 Class<P> getType()
           
 VersionInfo getVersionInfo()
           
 boolean isIdentifier()
           
 

Method Detail

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.