@Target(value={CONSTRUCTOR,FIELD,METHOD}) @Retention(value=SOURCE) public @interface MappingConstructor
Entity as mapping constructor. If more than
one mapping constructor is used then different names can be used. It's not allowed that two constructors have the
same name.
Dao to use the specified mapping constructor.
ResultSet to use the specified mapping constructor.
public abstract String value
Copyright © 2015. All rights reserved.