A C D E G I M N P R S T V 
All Classes All Packages

A

addConstantField(TypeSpec.Builder, TypeMirror, String) - Static method in class com.github.longdt.vertxorm.codegen.TypeSpecBuilders
 
addInterfaceInstanceField(TypeSpec.Builder, ClassName) - Static method in class com.github.longdt.vertxorm.codegen.TypeSpecBuilders
 
AnnotationHelper - Class in com.github.longdt.vertxorm.codegen
 
AnnotationHelper() - Constructor for class com.github.longdt.vertxorm.codegen.AnnotationHelper
 

C

CAMEL_CASE - com.github.longdt.vertxorm.format.Case
 
camelToScreamSnake(String) - Static method in class com.github.longdt.vertxorm.codegen.NamingStrategies
 
camelToSnake(String) - Static method in class com.github.longdt.vertxorm.codegen.NamingStrategies
 
Case - Enum in com.github.longdt.vertxorm.format
 
className() - Method in annotation type com.github.longdt.vertxorm.annotation.Repository
The simple name of the generated repository; the repository is always generated in the same package as the annotated type.
CodeGenProcessor - Class in com.github.longdt.vertxorm.codegen
 
CodeGenProcessor() - Constructor for class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 
COLUMN_NAMES - Static variable in class com.github.longdt.vertxorm.codegen.Constant
 
com.github.longdt.vertxorm.annotation - package com.github.longdt.vertxorm.annotation
 
com.github.longdt.vertxorm.codegen - package com.github.longdt.vertxorm.codegen
 
com.github.longdt.vertxorm.format - package com.github.longdt.vertxorm.format
 
Constant - Class in com.github.longdt.vertxorm.codegen
 
Constant() - Constructor for class com.github.longdt.vertxorm.codegen.Constant
 

D

dialect() - Method in annotation type com.github.longdt.vertxorm.annotation.Repository
 

E

EntityTableWriter - Class in com.github.longdt.vertxorm.codegen
 
extending() - Method in annotation type com.github.longdt.vertxorm.annotation.Repository
The type that the generated repository is require to extend.

G

getAllFields(Types, TypeElement) - Static method in class com.github.longdt.vertxorm.codegen.AnnotationHelper
 
getSimpleClassName(TypeMirror) - Static method in class com.github.longdt.vertxorm.codegen.AnnotationHelper
 
getSupportedAnnotationTypes() - Method in class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 
getSupportedSourceVersion() - Method in class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 
getTypeElement(Elements, Types, Supplier<Class<?>>) - Static method in class com.github.longdt.vertxorm.codegen.AnnotationHelper
 
getTypeMirror(Elements, Class<?>) - Static method in class com.github.longdt.vertxorm.codegen.AnnotationHelper
 
getTypeMirror(Elements, Supplier<Class<?>>) - Static method in class com.github.longdt.vertxorm.codegen.AnnotationHelper
 

I

ID_ACCESSOR - Static variable in class com.github.longdt.vertxorm.codegen.Constant
 
IdAccessorWriter - Class in com.github.longdt.vertxorm.codegen
 
init(ProcessingEnvironment) - Method in class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 
INSTANCE - Static variable in class com.github.longdt.vertxorm.codegen.Constant
 

M

MethodNames - Class in com.github.longdt.vertxorm.codegen
 
MethodNames() - Constructor for class com.github.longdt.vertxorm.codegen.MethodNames
 

N

NamingStrategies - Class in com.github.longdt.vertxorm.codegen
 
NamingStrategies() - Constructor for class com.github.longdt.vertxorm.codegen.NamingStrategies
 
NamingStrategy - Annotation Type in com.github.longdt.vertxorm.annotation
 

P

PARAMETERS_MAPPER - Static variable in class com.github.longdt.vertxorm.codegen.Constant
 
ParametersMapperWriter - Class in com.github.longdt.vertxorm.codegen
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 

R

Repository - Annotation Type in com.github.longdt.vertxorm.annotation
 
RepositoryWriter - Class in com.github.longdt.vertxorm.codegen
 
resolveName(Case, String) - Static method in class com.github.longdt.vertxorm.codegen.NamingStrategies
 
ROW_MAPPER - Static variable in class com.github.longdt.vertxorm.codegen.Constant
 
RowMapperWriter - Class in com.github.longdt.vertxorm.codegen
 

S

SCREAMING_SNAKE_CASE - com.github.longdt.vertxorm.format.Case
 
SNAKE_CASE - com.github.longdt.vertxorm.format.Case
 

T

TABLE - Static variable in class com.github.longdt.vertxorm.codegen.Constant
 
TABLE_NAME - Static variable in class com.github.longdt.vertxorm.codegen.Constant
 
toPropertyMethodSuffix(String) - Static method in class com.github.longdt.vertxorm.codegen.MethodNames
 
TypeSpecBuilders - Class in com.github.longdt.vertxorm.codegen
 
TypeSpecBuilders() - Constructor for class com.github.longdt.vertxorm.codegen.TypeSpecBuilders
 

V

value() - Method in annotation type com.github.longdt.vertxorm.annotation.NamingStrategy
 
valueOf(String) - Static method in enum com.github.longdt.vertxorm.format.Case
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.longdt.vertxorm.format.Case
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I M N P R S T V 
All Classes All Packages