MySQLInsertEntityProperties
- public class MySQLInsertEntityProperties extends MySQLTransaction implements InsertEntityPropertiesImpl
Insert the entity’s properties.
This implementation transforms a deep tree of properties into a flat representation. This transformation is a MySQL-backend implementation detail and should not be leaked to the clients.
The reverse transformation happens in MySQLRetrieveProperties.
- Author:
Timm Fitschen
See also:
{@linkMySQLRetrieveProperties}
Fields
STMT_INSERT_ENTITY_PROPERTY
STMT_REGISTER_SUBDOMAIN
Constructors
MySQLInsertEntityProperties
Methods
execute
- public void execute(EntityInterface entity)