- GENERATION_ABORTED_MESSAGE - Static variable in class org.fastnate.data.EntityImporter
-
The String in the SQL, if the generation was aborted.
- GenericDataProvider - Class in org.fastnate.data.files
-
- GenericDataProvider() - Constructor for class org.fastnate.data.files.GenericDataProvider
-
- GenericXmlDataProvider - Class in org.fastnate.data.xml
-
- GenericXmlDataProvider() - Constructor for class org.fastnate.data.xml.GenericXmlDataProvider
-
- getColumn() - Method in exception org.fastnate.data.DataImportException
-
The optional column that had the error (-1 if unknown).
- getContext() - Method in class org.fastnate.data.EntityImporter
-
- getContext() - Method in class org.fastnate.data.files.GenericDataProvider
-
The context of the current generator, with the description of the entity classes and settings.
- getDataFolder() - Method in class org.fastnate.data.EntityImporter
-
- getDataProviders() - Method in class org.fastnate.data.EntityImporter
-
- getEntities() - Method in class org.fastnate.data.AbstractDataProvider
-
The list of entities for which INSERT SQL statements will be generated.
- getEntityRegistration() - Method in class org.fastnate.data.files.GenericDataProvider
-
Contains all already discovered entities with their unique property.
- getFile() - Method in exception org.fastnate.data.DataImportException
-
The optional file name that had the error.
- getFile() - Method in class org.fastnate.data.files.FsDataFile
-
The represented file from the file system.
- getFiles() - Method in interface org.fastnate.data.files.DataFolder
-
Finds all files inside this folder.
- getFiles() - Method in class org.fastnate.data.files.FsDataFolder
-
- getFiles() - Method in class org.fastnate.data.files.VfsDataFolder
-
- getFolder() - Method in interface org.fastnate.data.files.DataFile
-
The folder that contains this file.
- getFolder(String) - Method in interface org.fastnate.data.files.DataFolder
-
Finds a sub folder in this folder.
- getFolder() - Method in class org.fastnate.data.files.FsDataFile
-
- getFolder() - Method in class org.fastnate.data.files.FsDataFolder
-
The directory from the filesystem
- getFolder() - Method in class org.fastnate.data.files.UrlDataFile
-
The parent folder, if any.
- getFolder() - Method in class org.fastnate.data.files.VfsDataFile
-
- getFolders() - Method in interface org.fastnate.data.files.DataFolder
-
Finds the all sub folders inside this folder.
- getFolders() - Method in class org.fastnate.data.files.FsDataFolder
-
- getFolders() - Method in class org.fastnate.data.files.VfsDataFolder
-
- getFormats() - Method in class org.fastnate.data.properties.FormatConverter
-
All formats to test.
- getLine() - Method in exception org.fastnate.data.DataImportException
-
The optional line that had the error (-1 if unknown).
- getName() - Method in interface org.fastnate.data.files.DataFile
-
The name of this file.
- getName() - Method in interface org.fastnate.data.files.DataFolder
-
The name of this folder.
- getName() - Method in class org.fastnate.data.files.FsDataFile
-
- getName() - Method in class org.fastnate.data.files.FsDataFolder
-
- getName() - Method in class org.fastnate.data.files.UrlDataFile
-
- getName() - Method in class org.fastnate.data.files.VfsDataFile
-
- getName() - Method in class org.fastnate.data.files.VfsDataFolder
-
The name of this folder, null if this represents the root folder.
- getOrder() - Method in interface org.fastnate.data.DataProvider
-
An additional helper to sort the output by its precedence.
- getParent() - Method in interface org.fastnate.data.files.DataFolder
-
The parent folder of this folder.
- getParent() - Method in class org.fastnate.data.files.FsDataFolder
-
- getParent() - Method in class org.fastnate.data.files.VfsDataFolder
-
The parent directory, null if this represents the root folder.
- getPath(String) - Method in interface org.fastnate.data.files.DataFolder
-
Splits the given path by '/' and returns the folder according to the single path elements.
- getSettings() - Method in class org.fastnate.data.EntityImporter
-
- getUrl() - Method in class org.fastnate.data.files.UrlDataFile
-
The represented file as URL.
- importAttribute(XMLEventReader, StartElement, E, Map<String, ? extends Property<? super E, ?>>, Attribute) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports an attribute from XML.
- importData() - Method in class org.fastnate.data.EntityImporter
-
Imports the data and creates the SQL.
- importData(Connection) - Method in class org.fastnate.data.EntityImporter
-
Asks the data providers to generate their entities and writes the SQL to a database connection at the end.
- importData(EntitySqlGenerator) - Method in class org.fastnate.data.EntityImporter
-
Asks the data providers to generate their entities and writes the SQL afterwards.
- importData(File) - Method in class org.fastnate.data.EntityImporter
-
Imports the data and creates the given SQL file.
- importData(Writer) - Method in class org.fastnate.data.EntityImporter
-
Asks the data providers to generate their entities and writes the SQL to a file at the end.
- importElement(XMLEventReader, StartElement, E, Map<String, ? extends Property<? super E, ?>>, StartElement) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports an element from XML for an entity.
- importEmbeddedProperty(XMLEventReader, StartElement, E, EmbeddedProperty<? super E, T>) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports a property which contains an embedded object from XML.
- importEntity(XMLEventReader, StartElement, EntityClass<E>, boolean, Consumer<E>) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports an entity and invokes a function as soon the entity is imported.
- importEntityProperty(XMLEventReader, E, EntityProperty<E, T>) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports a property which contains an entity from XML.
- importFile(DataFile) - Method in class org.fastnate.data.files.GenericDataProvider
-
Tries to import the given file.
- importFile(DataFile) - Method in class org.fastnate.data.xml.GenericXmlDataProvider
-
- importFile(DataFile) - Method in class org.fastnate.data.xml.JaxbImporter
-
Imports the entity from the given file.
- importFile(DataFile) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports all entites found in the given XML file.
- importPluralProperty(XMLEventReader, E, PluralProperty<? super E, ?, T>) - Method in class org.fastnate.data.xml.XmlDataImporter
-
- importPrimitiveProperty(XMLEventReader, E, PrimitiveProperty<E, T>) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports the given property from XML.
- importPrimitiveProperty(XMLEventReader, E, PrimitiveProperty<E, T>, T) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports the given value for the given property from XML.
- importProperties(XMLEventReader, StartElement, Map<String, ? extends Property<? super E, ?>>, E) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports the given set of properties from the XML file for the given entity.
- importProperty(XMLEventReader, StartElement, Property<? super E, T>, E) - Method in class org.fastnate.data.xml.XmlDataImporter
-
Imports one property from the XML file.
- InjectDataProviderFactory - Class in org.fastnate.data
-
- InjectDataProviderFactory() - Constructor for class org.fastnate.data.InjectDataProviderFactory
-
- invokeOnEntity(Class<E>, Object, Consumer<E>) - Method in class org.fastnate.data.EntityRegistration
-
Invokes an action on a specific entity as soon as this entity was
registered.
- invokeOnEntity(Class<E>, String, Object, Consumer<E>) - Method in class org.fastnate.data.EntityRegistration
-
Invokes an action on a specific entity as soon as this entity was
registered.
- invokeOnEntity(Class<E>, String[], Object[], Consumer<E>) - Method in class org.fastnate.data.EntityRegistration
-
Invokes an action on a specific entity as soon as this entity was
registered.
- invokeOnEntity(E, Consumer<E>) - Method in class org.fastnate.data.EntityRegistration
-
Invokes an action on a specific entity as soon as this entity was
registered.
- invokeOnEntity(EntityClass<E>, Object, Consumer<E>) - Method in class org.fastnate.data.EntityRegistration
-
Invokes an action on a specific entity as soon as this entity was
registered.
- isDataFile(File) - Method in interface org.fastnate.data.DataChangeDetector
-
Indicates that the given file contains relevant data for the SQL generation.
- isImportFile(DataFile) - Method in class org.fastnate.data.files.GenericDataProvider
-
Indicates that the given file is imported.
- isImportFile(DataFile) - Method in class org.fastnate.data.xml.GenericXmlDataProvider
-