public interface Metadata
| Modifier and Type | Method and Description |
|---|---|
boolean |
cascadePersists()
Return if persists should be cascaded by default.
|
javax.persistence.AccessType |
getAccessType()
Returns the default access type.
|
String |
getCatalog()
Returns the catalog.
|
List<EntityListenerMetadata> |
getEntityListeners()
Returns the list of entity listeners.
|
List<ManagedTypeMetadata> |
getEntityMappings()
Returns the entity mappings.
|
List<NamedNativeQueryMetadata> |
getNamedNativeQueries()
Returns the list of named native queries.
|
List<NamedQueryMetadata> |
getNamedQueries()
Returns the list of named queries.
|
String |
getSchema()
Returns the schema.
|
List<SequenceGeneratorMetadata> |
getSequenceGenerators()
Returns the list of sequence generators.
|
List<SqlResultSetMappingMetadata> |
getSqlResultSetMapping()
Returns the list of SqlResultSetMappingMetadata
|
List<TableGeneratorMetadata> |
getTableGenerators()
Returns the list of table generators.
|
boolean |
isXmlMappingMetadataComplete()
Returns if the xml mapping metadata is complete.
|
boolean cascadePersists()
javax.persistence.AccessType getAccessType()
String getCatalog()
List<EntityListenerMetadata> getEntityListeners()
List<ManagedTypeMetadata> getEntityMappings()
List<NamedNativeQueryMetadata> getNamedNativeQueries()
List<NamedQueryMetadata> getNamedQueries()
String getSchema()
List<SequenceGeneratorMetadata> getSequenceGenerators()
List<SqlResultSetMappingMetadata> getSqlResultSetMapping()
List<TableGeneratorMetadata> getTableGenerators()
boolean isXmlMappingMetadataComplete()
Copyright © 2012-2013 Batoo. All Rights Reserved.