-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Description
Yanming Zhou opened SPR-6408 and commented
javax.persistence.spi.PersistenceUnitInfo add three methods in JPA2
@Override
public String getPersistenceXMLSchemaVersion() {
return "1.0";
}
@Override
public SharedCacheMode getSharedCacheMode() {
return SharedCacheMode.NONE;
}
@Override
public ValidationMode getValidationMode() {
return ValidationMode.NONE;
}
please add it to org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Issue Links:
- Spring 3.0 not compatible with Hibernate 3.5 beta3 [SPR-6705] #11371 Spring 3.0 not compatible with Hibernate 3.5 beta3
Referenced from: commits 0ba8375
2 votes, 6 watchers
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement