public final class DatabaseProcessor extends Object implements DatabaseUpdater
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseProcessor.AddressData |
static class |
DatabaseProcessor.AuthorData |
static class |
DatabaseProcessor.BookData |
static class |
DatabaseProcessor.ChairData |
static class |
DatabaseProcessor.CompanyData |
static class |
DatabaseProcessor.MagazineData |
static class |
DatabaseProcessor.MessageData |
static class |
DatabaseProcessor.NoseData |
static class |
DatabaseProcessor.PenData |
static class |
DatabaseProcessor.PersonChairData |
static class |
DatabaseProcessor.PersonData |
static class |
DatabaseProcessor.PersonLegalDefenceData |
static class |
DatabaseProcessor.PersonSuitData |
static class |
DatabaseProcessor.PhotoCommentData |
static class |
DatabaseProcessor.PhotoData |
static class |
DatabaseProcessor.PostCommentData |
static class |
DatabaseProcessor.PostData |
| Modifier and Type | Field and Description |
|---|---|
static Class[] |
EXPLICITLY_MIGRATED_CLASSES |
static Class[] |
IMPLICITLY_MIGRATED_CLASSES |
| Constructor and Description |
|---|
DatabaseProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Nose |
addNose(EntityManager entityManager,
Person person) |
Person |
addPerson(EntityManager entityManager,
Company company) |
void |
update(EntityManager entityManager) |
public static final Class[] EXPLICITLY_MIGRATED_CLASSES
public static final Class[] IMPLICITLY_MIGRATED_CLASSES
public void update(EntityManager entityManager) throws Exception
update in interface DatabaseUpdaterExceptionpublic Nose addNose(EntityManager entityManager, Person person) throws SQLException
SQLExceptionpublic Person addPerson(EntityManager entityManager, Company company) throws Exception
ExceptionCopyright © 2007–2020 Atlassian. All rights reserved.