This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO Opcion (numero, nombre) VALUES (100, 'Maestros'); | |
INSERT INTO Opcion (numero, nombre) VALUES (101, 'Tipo Silo'); | |
INSERT INTO Opcion (numero, nombre) VALUES (102, 'Tipo Filtro'); | |
INSERT INTO Opcion (numero, nombre) VALUES (103, 'Estado Silo'); | |
INSERT INTO Opcion (numero, nombre) VALUES (104, 'Ciudad'); | |
INSERT INTO Opcion (numero, nombre) VALUES (105, 'Zona'); | |
INSERT INTO Opcion (numero, nombre) VALUES (106, 'Constructora'); | |
INSERT INTO Opcion (numero, nombre) VALUES (107, 'Obra'); | |
INSERT INTO Opcion (numero, nombre) VALUES (108, 'Tipo Servicio'); | |
INSERT INTO Opcion (numero, nombre) VALUES (109, 'Unidad Medida'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-07-20 18:37:29 DEBUG TransactionImpl:62 - committing | |
2016-07-20 18:37:29 TRACE JdbcResourceLocalTransactionCoordinatorImpl:145 - ResourceLocalTransactionCoordinatorImpl#beforeCompletionCallback | |
2016-07-20 18:37:29 TRACE SessionImpl:2338 - SessionImpl#beforeTransactionCompletion() | |
2016-07-20 18:37:29 TRACE SessionImpl:464 - Automatically flushing session | |
2016-07-20 18:37:29 TRACE AbstractFlushingEventListener:67 - Flushing session | |
2016-07-20 18:37:29 DEBUG AbstractFlushingEventListener:132 - Processing flush-time cascades | |
2016-07-20 18:37:29 TRACE Cascade:81 - Processing cascade ACTION_PERSIST_ON_FLUSH for: co.com.hermesWeb.model.FactorUnidadMedida | |
2016-07-20 18:37:29 TRACE CascadingAction:339 - Cascading to persist on flush: co.com.hermesWeb.model.UnidadMedida | |
2016-07-20 18:37:29 TRACE AbstractSaveEventListener:495 - Persistent instance of: co.com.hermesWeb.model.UnidadMedida | |
2016-07-20 18:37:29 TRACE DefaultPersistEventListener:155 - Ignoring persistent instance |