Package org.hibernate.tool.orm.jbt.wrp
Interface Wrapper
-
- All Known Subinterfaces:
ColumnWrapper,ForeignKeyWrapper,HqlCompletionProposalWrapperFactory.HqlCompletionProposalWrapper,PersistentClassWrapper,PrimaryKeyWrapper,TableWrapper
- All Known Implementing Classes:
DelegatingColumnWrapperImpl,DelegatingForeignKeyWrapperImpl,DelegatingPersistentClassWrapperImpl,DelegatingPrimaryKeyWrapperImpl,DelegatingTableWrapperImpl
public interface Wrapper
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ObjectgetWrappedObject()
-
-
-
Method Detail
-
getWrappedObject
default Object getWrappedObject()
-
-