All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.dbm.mapping.DbmEnumIntMapping Maven / Gradle / Ivy

package org.onetwo.dbm.mapping;
/**
 * 使用枚举类型,又不想使用枚举的ORDINAL作为存储值的时候,可以实现这个接口做映射
 * @author weishao zeng
 * 
*/ public interface DbmEnumIntMapping extends DbmEnumValueMapping{ default Integer getEnumMappingValue() { return getMappingValue(); } int getMappingValue(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy