- generateClass(JCodeModel, String) - Method in class at.rseiler.spbee.core.generator.AbstractGenerator
-
Generates the Java class based on the parameters.
- generateDtoClasses(List<DtoClass>) - Method in class at.rseiler.spbee.core.generator.DtoGenerator
-
Generates the DTO classes.
- generateMappers(Collection<MapperClass>) - Method in class at.rseiler.spbee.core.generator.MapperGenerator
-
- generateStoredProcedureClasses(List<DtoClass>) - Method in class at.rseiler.spbee.core.generator.StoredProcedureGenerator
-
- getAnnotations() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The annotations of the stored procedure method.
- getAnnotationType() - Method in class at.rseiler.spbee.core.pojo.AnnotationInfo
-
Returns the type of the annotation.
- getAnnotationValueInfos() - Method in class at.rseiler.spbee.core.pojo.AnnotationInfo
-
Returns the parameters of the annotation.
- getArguments() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The arguments of the stored procedure method.
- getConfig() - Method in class at.rseiler.spbee.core.pojo.AnnotationProcessingContext
-
Returns the spBee config.
- getDtoClasses() - Method in class at.rseiler.spbee.core.collector.DtoCollector
-
The DTO classes.
- getDtoClasses() - Method in class at.rseiler.spbee.core.pojo.AnnotationProcessingContext
-
Returns the DTO classes.
- getDtoFieldName() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
Generates the name of the variable name which should be used for the DTO class.
- getGenericList(JCodeModel, String) - Static method in class at.rseiler.spbee.core.util.CodeModelUtil
-
Defines a generic List like List<T>.
- getGenericOptional(JCodeModel, String) - Static method in class at.rseiler.spbee.core.util.CodeModelUtil
-
Defines a generic Optional like Optional<T>.
- getGenericType() - Method in class at.rseiler.spbee.core.pojo.TypeInfo
-
Returns the generic type.
- getGenericTypeOrType() - Method in class at.rseiler.spbee.core.pojo.TypeInfo
-
Returns the generic type if it exists otherwise the base type.
- getJavaCode() - Method in class at.rseiler.spbee.core.util.StringCodeWriter
-
Retrieves the Java code as String.
- getKind() - Method in class at.rseiler.spbee.core.pojo.AnnotationValueInfo
-
- getMapperClasses() - Method in class at.rseiler.spbee.core.collector.EntityClassCollector
-
Returns the MapperClass classes.
- getMapperClasses() - Method in class at.rseiler.spbee.core.pojo.AnnotationProcessingContext
-
Returns the mapper classes.
- getMapStringObject(JCodeModel) - Static method in class at.rseiler.spbee.core.util.CodeModelUtil
-
Defines a Map<String, Object> JClass.
- getMethodName() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The method name.
- getName() - Method in class at.rseiler.spbee.core.pojo.annotation.MappingConstructorData
-
- getName() - Method in class at.rseiler.spbee.core.pojo.annotation.StoredProcedureData
-
- getName() - Method in class at.rseiler.spbee.core.pojo.AnnotationValueInfo
-
Returns the name of the annotation parameter.
- getName() - Method in class at.rseiler.spbee.core.pojo.Variable
-
The name of the variable.
- getPackage() - Method in class at.rseiler.spbee.core.pojo.DtoClass
-
Returns the package of the DTO class.
- getPackage() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The package of the of the stored procedure method.
- getPackage(String) - Static method in class at.rseiler.spbee.core.util.StringUtil
-
Extracts the package name of the full qualified class name.
- getQualifiedClassName() - Method in class at.rseiler.spbee.core.pojo.DtoClass
-
Returns the qualified class name of the DTO class.
- getQualifiedClassName() - Method in class at.rseiler.spbee.core.pojo.ResultSetClass
-
Returns the qualified class name.
- getQualifiedClassName() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The qualified class name of the stored procedure method.
- getQualifiedDtoClassName(String) - Static method in class at.rseiler.spbee.core.util.StringUtil
-
Generates the full qualified class name for a stored procedure class.
- getQualifiedMapperClassName() - Method in class at.rseiler.spbee.core.pojo.MapperClass
-
Returns the qualified class name of the mapper class.
- getQualifiedMapperClassName(String, String) - Static method in class at.rseiler.spbee.core.util.StringUtil
-
Generates the full qualified class name for a RowMapper class.
- getQualifiedRowMapperClass() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
Returns the qualified class name of the RowMapper.
- getQualifiedStoredProcedureClassName(String, String) - Static method in class at.rseiler.spbee.core.util.StringUtil
-
Generates the full qualified class name for a stored procedure class.
- getResultSetMap() - Method in class at.rseiler.spbee.core.collector.ResultSetCollector
-
- getResultSetsMap() - Method in class at.rseiler.spbee.core.pojo.AnnotationProcessingContext
-
Returns the result sets.
- getResultSetVariables() - Method in class at.rseiler.spbee.core.pojo.ResultSetClass
-
Returns the variables of the ResultSet.
- getReturnTypeInfo() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The TypeInfo of the return value of the stored procedure method
- getRowMapper() - Method in class at.rseiler.spbee.core.pojo.ResultSetVariable
-
Returns the qualified class name of the RowMapper.
- getSimpleClassName() - Method in class at.rseiler.spbee.core.pojo.DtoClass
-
Returns the simple class name of the DTO class.
- getSimpleClassName() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The simple class name.
- getSimpleClassName(String) - Static method in class at.rseiler.spbee.core.util.StringUtil
-
Extracts the simple class name of the full qualified class name.
- getSqlParameter(String) - Static method in class at.rseiler.spbee.core.generator.StoredProcedureGenerator
-
Retrieves the most fitting org.springframework.jdbc.core.SqlParameter type based on the type
- getStoredProcedureMethods() - Method in class at.rseiler.spbee.core.pojo.DtoClass
-
Returns all stored procedure methods from the DTO class.
- getStoredProcedureName() - Method in class at.rseiler.spbee.core.pojo.StoredProcedureMethod
-
The @StoredProcedure annotation.
- getSuperQualifiedClassName() - Method in class at.rseiler.spbee.core.pojo.DtoClass
-
Returns the qualified class name of the interface or the abstract class of which this DTO class is derived.
- getType() - Method in class at.rseiler.spbee.core.pojo.annotation.RowMapperData
-
- getType() - Method in class at.rseiler.spbee.core.pojo.AnnotationValueInfo
-
- getType() - Method in class at.rseiler.spbee.core.pojo.MapperClass
-
Returns the type of the mapped class.
- getType() - Method in class at.rseiler.spbee.core.pojo.TypeInfo
-
Returns the base type.
- getTypeInfo() - Method in class at.rseiler.spbee.core.pojo.Variable
-
The TypeInfo of the variable.
- getTypeInfo(String) - Static method in class at.rseiler.spbee.core.util.StringUtil
-
Create the TypeInfo of a type string.
- getValue() - Method in class at.rseiler.spbee.core.pojo.AnnotationValueInfo
-
Returns the value of the parameter.
- getVariables() - Method in class at.rseiler.spbee.core.pojo.MapperClass
-
Returns the variables which represent the parameters of the constructor of the mapped class.