public class IntegerColumnLocalDateTimeMapper
extends org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper<org.joda.time.LocalDateTime>
| 构造器和说明 |
|---|
IntegerColumnLocalDateTimeMapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.joda.time.LocalDateTime |
fromNonNullString(String s) |
org.joda.time.LocalDateTime |
fromNonNullValue(Integer value) |
void |
setFormat(String format) |
String |
toNonNullString(org.joda.time.LocalDateTime value) |
Integer |
toNonNullValue(org.joda.time.LocalDateTime value) |
public void setFormat(String format)
public org.joda.time.LocalDateTime fromNonNullValue(Integer value)
fromNonNullValue 在接口中 org.jadira.usertype.spi.shared.ColumnMapper<org.joda.time.LocalDateTime,Integer>fromNonNullValue 在类中 org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper<org.joda.time.LocalDateTime>public Integer toNonNullValue(org.joda.time.LocalDateTime value)
toNonNullValue 在接口中 org.jadira.usertype.spi.shared.ColumnMapper<org.joda.time.LocalDateTime,Integer>toNonNullValue 在类中 org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper<org.joda.time.LocalDateTime>public org.joda.time.LocalDateTime fromNonNullString(String s)
fromNonNullString 在接口中 org.jadira.usertype.spi.shared.ColumnMapper<org.joda.time.LocalDateTime,Integer>fromNonNullString 在类中 org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper<org.joda.time.LocalDateTime>public String toNonNullString(org.joda.time.LocalDateTime value)
toNonNullString 在接口中 org.jadira.usertype.spi.shared.ColumnMapper<org.joda.time.LocalDateTime,Integer>toNonNullString 在类中 org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper<org.joda.time.LocalDateTime>Copyright © 2008–2014 Matrix. All rights reserved.