org.hibernate.exception.SQLGrammarException: could not collection element by index
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Hibernate JIRA by Paul Roe, 2 years ago
via Hibernate JIRA by Paul Roe, 1 year ago
via Google Groups by Jakub Sławiński (JIRA), 7 months ago
via Hibernate JIRA by Vaughn Butt, 1 year ago
via Hibernate JIRA by Vaughn Butt, 2 years ago
via Stack Overflow by Naveen A
, 4 weeks agoorg.hibernate.exception.SQLGrammarException: could not collection element by index
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.loadEntity(Loader.java:1841)
at org.hibernate.loader.entity.CollectionElementLoader.loadElement(CollectionElementLoader.java:72)
at org.hibernate.persister.collection.OneToManyPersister.getElementByIndex(OneToManyPersister.java:360)
at org.hibernate.collection.AbstractPersistentCollection.readElementByIndex(AbstractPersistentCollection.java:158)
at org.hibernate.collection.PersistentMap.get(PersistentMap.java:146)