- acronym - Variable in class app.models.Country
-
Sigla do país.
- acronym - Variable in class app.models.State
-
Sigla do estado.
- add(T) - Method in class jedi.db.models.QuerySet
-
- add(QuerySet<T>) - Method in class jedi.db.models.QuerySet
-
- add(QuerySet<T>...) - Method in class jedi.db.models.QuerySet
-
- add(T...) - Method in class jedi.db.models.QuerySet
-
- add(List<T>) - Method in class jedi.db.models.QuerySet
-
- address - Variable in class app.models.Publisher
-
Endereço da editora.
- admin - Variable in class app.models.Pessoa
-
Perfil administrativo.
- all(Class<T>) - Method in class jedi.db.models.Manager
-
Returns all the rows in a table.
- all() - Method in class jedi.db.models.Manager
-
- all() - Method in class jedi.db.models.QuerySet
-
- app.models - package app.models
-
Pacote contendo exemplos de classes de modelo.
- APP_LIBS_DIR - Static variable in class jedi.db.engine.JediORMEngine
-
- APP_ROOT_DIR - Static variable in class jedi.db.engine.JediORMEngine
-
- APP_SRC_DIR - Static variable in class jedi.db.engine.JediORMEngine
-
- append(T) - Method in class jedi.db.models.QuerySet
-
- as(Class<T>) - Method in class jedi.db.models.Model
-
- as(Class<E>) - Method in class jedi.db.models.QuerySet
-
- Author - Class in app.models
-
Classe que modela um autor de livro.
- Author() - Constructor for class app.models.Author
-
Construtor padrão.
- Author(String, String) - Constructor for class app.models.Author
-
Construtor que recebe o nome e o e-mail do autor.
- Author(String, String, String) - Constructor for class app.models.Author
-
Construtor que recebe o nome, o sobrenome e o e-mail do autor.
- authors - Variable in class app.models.Book
-
Autores do livro.
- AuthorTest - Class in jedi.tests.unittests
-
- AuthorTest() - Constructor for class jedi.tests.unittests.AuthorTest
-
- autoCloseConnection - Variable in class jedi.db.models.Manager
-
- autoCloseConnection - Variable in class jedi.db.models.Model
-
- autoCloseConnection() - Method in class jedi.db.models.Model
-
- autoCloseConnection(boolean) - Method in class jedi.db.models.Model
-
- AutoField - Annotation Type in jedi.db.models
-