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

C

CAMEL_CASE - com.github.longdt.vertxorm.annotation.NamingStrategy
 
camelToSnake(String) - Static method in class com.github.longdt.vertxorm.codegen.NamingStrategies
 
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
 
com.github.longdt.vertxorm.annotation - package com.github.longdt.vertxorm.annotation
 
com.github.longdt.vertxorm.codegen - package com.github.longdt.vertxorm.codegen
 

D

driver() - Method in annotation type com.github.longdt.vertxorm.annotation.Repository
 
Driver - Enum in com.github.longdt.vertxorm.annotation
 

E

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

G

getSupportedAnnotationTypes() - Method in class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 
getSupportedSourceVersion() - Method in class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 

I

init(ProcessingEnvironment) - Method in class com.github.longdt.vertxorm.codegen.CodeGenProcessor
 

M

MYSQL - com.github.longdt.vertxorm.annotation.Driver
 

N

NamingStrategies - Class in com.github.longdt.vertxorm.codegen
 
NamingStrategies() - Constructor for class com.github.longdt.vertxorm.codegen.NamingStrategies
 
namingStrategy() - Method in annotation type com.github.longdt.vertxorm.annotation.Repository
 
NamingStrategy - Enum in com.github.longdt.vertxorm.annotation
 

P

POSTGRESQL - com.github.longdt.vertxorm.annotation.Driver
 
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(NamingStrategy, String) - Static method in class com.github.longdt.vertxorm.codegen.NamingStrategies
 

S

SNAKE_CASE - com.github.longdt.vertxorm.annotation.NamingStrategy
 

V

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