@Retention(value=RUNTIME) public @interface SqlStatementCustomizingAnnotation
Modifier and Type | Required Element and Description |
---|---|
Class<? extends SqlStatementCustomizerFactory> |
value
Specify a sql statement customizer factory which will be used to create
sql statement customizers.
|
public abstract Class<? extends SqlStatementCustomizerFactory> value
Copyright © 2018. All rights reserved.