Uses of Class
com.db4o.config.annotations.reflect.Db4oConfigurator
-
Packages that use Db4oConfigurator Package Description com.db4o.config.annotations.reflect -
-
Uses of Db4oConfigurator in com.db4o.config.annotations.reflect
Subclasses of Db4oConfigurator in com.db4o.config.annotations.reflect Modifier and Type Class Description class
CalledConstructorConfigurator
class
ClassConfigurator
class
FieldConfigurator
class
GeneratedUUIDsConfigurator
class
IndexedConfigurator
class
MaximumActivationDepthConfigurator
class
MinimumActivationDepthConfigurator
class
PersistedStaticFieldValuesConfigurator
class
StoredTransientFieldsConfigurator
class
UpdatedDepthConfigurator
Methods in com.db4o.config.annotations.reflect that return Db4oConfigurator Modifier and Type Method Description Db4oConfigurator
CalledConstructorFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
Db4oConfiguratorFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
GeneratedUUIDsFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
IndexedFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
MaximumActivationDepthFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
MinimumActivationDepthFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
NoArgsClassConfiguratorFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
NoArgsFieldConfiguratorFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
PersistedStaticFieldValuesFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
StoredTransientFieldsFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
Db4oConfigurator
UpdatedDepthFactory. configuratorFor(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)
-