V - the generic for the basic java type representing the value.T - the generic for the adapted SimpleDatatype.public abstract class AbstractSimpleDatatypeAttributeConverter<T extends SimpleDatatype<V>,V> extends Object implements javax.persistence.AttributeConverter<T,V>
AttributeConverter to allow the usage of
SimpleDatatypes in JPA Entity classes. SimpleDatatype that you want to use in persistent
entities, you need to:
AbstractSimpleDatatypeAttributeConverter.@Converter(autoApply = true)org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.setPackagesToScan.VersionIdentifierAttributeConverter.
| Constructor and Description |
|---|
AbstractSimpleDatatypeAttributeConverter()
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.