com.jpattern.orm.annotation.generator
Interface GeneratorInfo

All Known Implementing Classes:
GeneratorInfoImpl

public interface GeneratorInfo

Info related to the Generator annotation

Author:
cinafr

Method Summary
 GeneratorType getGeneratorType()
           
 long[] getIfValueIn()
           
 String getName()
           
 boolean isValid()
           
 

Method Detail

getGeneratorType

GeneratorType getGeneratorType()

getName

String getName()

getIfValueIn

long[] getIfValueIn()

isValid

boolean isValid()


Copyright © 2013. All Rights Reserved.