Package org.hibernate.boot.spi
Interface JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
-
- Enclosing interface:
- JpaOrmXmlPersistenceUnitDefaultAware
public static interface JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
Represents thepersistence-unit-defaults
to be applied
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefaultCatalogName()
String
getDefaultSchemaName()
boolean
shouldImplicitlyQuoteIdentifiers()
-