Index
A C D E F G H I L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- raw(String) - Method in class org.proto4j.redis.sql.SQLService
-
Executes the given sql statement and returns the result wrapped into an object.
- RawExtractor() - Constructor for class org.proto4j.redis.Extractors.RawExtractor
- read(ResultSet, SQLContext) - Method in class org.proto4j.redis.Extractors.ListExtractor
- read(ResultSet, SQLContext) - Method in class org.proto4j.redis.Extractors.PrimitiveExtractor
- read(ResultSet, SQLContext) - Method in class org.proto4j.redis.Extractors.RawExtractor
- read(ResultSet, SQLContext) - Method in interface org.proto4j.redis.sql.SQLExtractor
-
Applies this extractor to the given
ResultSet
andSQLContext
. - Redis - Class in org.proto4j.redis
-
Redis adapts a Java interface into calls to a connected database by using annotations on the declared methods and its parameters.
- RedisExtractor<T> - Interface in org.proto4j.redis
-
A specific type of extractor used by the utility class
Extractors
to filter registered extractors and create new instances based on the given type; - registerExtractor(RedisExtractor<?>) - Static method in class org.proto4j.redis.Extractors
-
Registers the given extractor the default ones.
- registerFactory(SQLFactory) - Static method in class org.proto4j.redis.FactoryManager
-
Registers the given factory with the
FactoryManager
.
All Classes All Packages