Class SerialTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.TypeHandlerWrapper<Long>
ch.tocco.nice2.types.impl.handlers.SerialTypeHandler
- All Implemented Interfaces:
 TypeHandler<Long>
- 
Field Summary
Fields inherited from class ch.tocco.nice2.types.spi.TypeHandlerWrapper
baseHandler, type - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class ch.tocco.nice2.types.spi.TypeHandlerWrapper
asObject, asString, compare, contains, getEmptyValue, init, invalid, invalid, isBoolean, isChronological, isEqual, isNumeric, isolate, matches 
- 
Constructor Details
- 
SerialTypeHandler
public SerialTypeHandler() 
 - 
 - 
Method Details
- 
shouldBeUnique
public boolean shouldBeUnique()- Specified by:
 shouldBeUniquein interfaceTypeHandler<Long>- Overrides:
 shouldBeUniquein classTypeHandlerWrapper<Long>- See Also:
 
 - 
validate
public boolean validate(@Nullable @Nullable Long value, boolean exception) throws ValidationException - Specified by:
 validatein interfaceTypeHandler<Long>- Overrides:
 validatein classTypeHandlerWrapper<Long>- Throws:
 ValidationException- See Also:
 
 - 
getGenerationType
 
 -