C E F K N Q T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- Column - Annotation Type in com.bettercloud.bigtable.orm.annotations
- com.bettercloud.bigtable.orm.annotations - package com.bettercloud.bigtable.orm.annotations
- constant() - Method in annotation type com.bettercloud.bigtable.orm.annotations.KeyComponent
-
Used to define a key component that should never vary (such as an entity type).
E
- Entity - Annotation Type in com.bettercloud.bigtable.orm.annotations
F
K
- KeyComponent - Annotation Type in com.bettercloud.bigtable.orm.annotations
- keyComponents() - Method in annotation type com.bettercloud.bigtable.orm.annotations.Entity
-
An array of
KeyComponents that will be used to generate a KeyBuilder that always generates a suitable key for this entity. - keyDelimiter() - Method in annotation type com.bettercloud.bigtable.orm.annotations.Entity
N
- name() - Method in annotation type com.bettercloud.bigtable.orm.annotations.KeyComponent
-
The name of the key component, used to generate the method name for the corresponding step in the KeyBuilder.
Q
- qualifier() - Method in annotation type com.bettercloud.bigtable.orm.annotations.Column
-
When undefined, then the name of the annotated field is used.
T
- Table - Annotation Type in com.bettercloud.bigtable.orm.annotations
- type() - Method in annotation type com.bettercloud.bigtable.orm.annotations.KeyComponent
-
The type of the key component, used as the method parameter for the corresponding step in the KeyBuilder.
V
- value() - Method in annotation type com.bettercloud.bigtable.orm.annotations.Table
-
The default name of the table in which all entities defined under the annotated type will reside.
- versioned() - Method in annotation type com.bettercloud.bigtable.orm.annotations.Column
-
When true, then additional getters and setters will be generated for maintaining the column's version.
All Classes All Packages