MCPcopy Create free account

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 2 callersMethodcreateEntityManagerFactory
Create and return an EntityManagerFactory for the named persistence unit. @param persistenceUnitName the name of the persistence unit @ret
persistence-api/src/main/java/javax/persistence/Persistence.java:101
↓ 2 callersMethodcreateEntityManagerFactory
Called by Persistence class when an EntityManagerFactory is to be created. @param emName the name of the persistence unit @param map
persistence-api/src/main/java/javax/persistence/spi/PersistenceProvider.java:39
↓ 2 callersMethodcreateIndexes
(DataSource datasource, AbstractTable table)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:377
↓ 2 callersMethodcreateJoin
(JoinType joinType, String parentAlias, String alias, final String tableName, final boolean source)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:181
↓ 2 callersMethodcreateJoin
Creates a join between the source and destination entities @param joinType the type of the join @param parentAlias the alias of
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinTable.java:104
↓ 2 callersMethodcreateJoinColumns
(SecondaryTable table, SingularMapping<?, ?> mapping, List<PrimaryKeyJoinColumnMetadata> metadata)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:205
↓ 2 callersMethodcreateMemberName
Returns the qualified name for the member. @param member the member to qualify @return the qualified name for the member @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:186
↓ 2 callersMethodcreateNativeQuery
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:341
↓ 2 callersMethodcreateTable
(DataSource datasource, AbstractTable table)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:438
↓ 2 callersMethodcustomer
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/EmbeddableOverrides2Test.java:41
↓ 2 callersMethoddelete
Delete all occurrences of the given substring. @param inString the original String @param pattern the pattern to delete all occ
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:401
↓ 2 callersMethoddelimitedListToStringArray
Take a String which is a delimited list and convert it to a String array. <p> A single delimiter can consists of more than one character: It will stil
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:441
↓ 2 callersMethoddesc
Create an ordering by the descending value of the expression. @param x expression used to define the ordering @return descending ordering
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:479
↓ 2 callersMethoddetachAll
Details all the children. @param connection the connection @param instance the instance @throws SQLException thrown
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:106
↓ 2 callersMethoddropAllTables
Drops all the tables in the database. @param datasource the datasource @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:409
↓ 2 callersMethodempty_collection_comparison_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:16677
↓ 2 callersMethodenhanceCollections
Enhances the collections of the managed instance. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:407
↓ 2 callersMethodensureAlias
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ParameterExpressionImpl.java:95
↓ 2 callersMethodensureAlias
Ensures the alias is generated. @param query the query @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractParameterExpressionImpl.java:70
↓ 2 callersMethodensureTypeResolved
Ensures the type has been resolved. @param metamodel the metamodel @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractParameterExpressionImpl.java:80
↓ 2 callersMethodexcludeUnlistedClasses
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes. Thi
persistence-api/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java:35
↓ 2 callersMethodexec
(String cmd)
community/src/test/java/org/batoo/jpa/community/test/BaseCoreTest.java:260
↓ 2 callersMethodexecuteQuery
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/PreparedStatementProxy.java:260
↓ 2 callersMethodexists
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:526
↓ 2 callersMethodextractKey
Extracts key from the value. @param value the value @return the key of the value @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:58
↓ 2 callersMethodfaliased_qid
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:15990
↓ 2 callersMethodfillIdValues
Fills the sequence / table generated values. The operation returns false if at least one entity needs to obtain identity from the database. @return f
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:441
↓ 2 callersMethodfillStatement
Fill the <code>PreparedStatement</code> replacement parameters with the given objects. @param statement PreparedStatement to fill @param p
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/dbutils/QueryRunner.java:179
↓ 2 callersMethodfind
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:441
↓ 2 callersMethodflush
Synchronize the persistence context to the underlying database. @throws TransactionRequiredException if there is no transaction or if the
persistence-api/src/main/java/javax/persistence/EntityManager.java:275
↓ 2 callersMethodflush
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:522
↓ 2 callersMethodfoo
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/EmbeddableTest.java:41
↓ 2 callersMethodfoo
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides/EmbeddableOverridesTest.java:41
↓ 2 callersMethodfrom_declaration
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:1729
↓ 2 callersMethodfunctions_returning_datetime
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:13387
↓ 2 callersMethodgenerateDiscrimination
Returns the restriction based on discrimination. @param noQualification if the fields should not be qualified @return the restriction base
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/AbstractFrom.java:211
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/MapKeyPath.java:79
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AggregationExpression.java:87
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/LikeExpression.java:72
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CurrentTemporalExpression.java:65
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CastExpression.java:64
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ComparisonExpression.java:130
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/LocateExpression.java:68
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/DateTimeExpression.java:67
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/TrimExpression.java:71
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CountExpression.java:65
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NumericFunctionExpression.java:74
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CaseTransformationExpression.java:80
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/IsNullExpression.java:62
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ArithmeticExression.java:99
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SubstringExpression.java:68
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SizeExpression.java:73
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/IndexExpression.java:65
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractTypeExpression.java:61
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NegationExpression.java:65
↓ 2 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NullIfExpression.java:68
↓ 2 callersMethodgenerateSqlRestriction
Returns the restriction for the query. @return the restriction @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:308
↓ 2 callersMethodgenerateSqlRestriction
Returns the restriction for the query. @return the restriction @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaModify.java:118
↓ 2 callersMethodgenerateUpdateSql
Generates the update statement for the type. @param type the type to generate the update statement for @since 2.0.0 @param pkColumns
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:261
↓ 2 callersMethodgetAccessor
Returns the accessor for the member @param javaMember the java member @return the accessor @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:199
↓ 2 callersMethodgetAllTables
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:472
↓ 2 callersMethodgetAssociationMetadata
Returns the effective association metadata for the attribute checking with the parent mappings and entities. @return the column metadata @since 2.0.
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:275
↓ 2 callersMethodgetAssociationsSingular
Returns the singular associated mappings. @return the singular associated mappings @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:618
↓ 2 callersMethodgetAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/SingularAssociationMappingImpl.java:153
↓ 2 callersMethodgetAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/ElementCollectionMappingImpl.java:230
↓ 2 callersMethodgetBars
Returns the bars of the Foo. @return the bars of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/Foo2.java:57
↓ 2 callersMethodgetBasicMappings
Returns the basic mappings of the type. @return the basic mappings of the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:709
↓ 2 callersMethodgetCacheable
Returns if the entity is cachable. @return true if the entity is cachable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:71
↓ 2 callersMethodgetCalendar
()
community/src/test/java/org/batoo/jpa/community/test/criteriaQueryWithCalendar/CalendarTemporalFieldEntity.java:56
↓ 2 callersMethodgetChildren1
Returns the children1 of the Parent. @return the children1 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/Parent.java:89
↓ 2 callersMethodgetChildren1
Returns the children1 of the Parent. @return the children1 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/priotizer/Parent.java:59
↓ 2 callersMethodgetChildren2
Returns the children2 of the Parent. @return the children2 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/priotizer/Parent.java:70
↓ 2 callersMethodgetChildren4
Returns the children4 of the Parent. @return the children4 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/Parent.java:122
↓ 2 callersMethodgetCity
Returns the city of the Address. @return the city of the Address @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/strategy/Address.java:78
↓ 2 callersMethodgetCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Address.java:85
↓ 2 callersMethodgetCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/Address.java:41
↓ 2 callersMethodgetCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/Address.java:44
↓ 2 callersMethodgetCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/refresh/Address.java:82
↓ 2 callersMethodgetClassCache
(PersistenceUnitMetadata pu)
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/acl/JBoss7AnnotatedClassLocator.java:62
↓ 2 callersMethodgetCodes1
Returns the codes1. @return the codes1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/ElementCollectionParent.java:87
↓ 2 callersMethodgetCodes5
Returns the codes5 of the ElementCollectionParent. @return the codes5 of the ElementCollectionParent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/ElementCollectionParent.java:131
↓ 2 callersMethodgetColumn
Name of the column in the SELECT clause - i.e., column aliases, if applicable. @return column @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/FieldResultMetadata.java:35
↓ 2 callersMethodgetColumnMetadata
(List<PrimaryKeyJoinColumnMetadata> metadata, AbstractColumn column, SingularMapping<?, ?> mapping)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:311
↓ 2 callersMethodgetColumnType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/H2Adaptor.java:195
↓ 2 callersMethodgetCountry
Returns the country. @return the country @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/refresh/Address.java:92
↓ 2 callersMethodgetCountry
Returns the country. @return the country @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Address.java:97
↓ 2 callersMethodgetDatasource
Returns the datasource of the entity manager factory. @return the datasource of the entity manager @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:513
↓ 2 callersMethodgetDate
()
community/src/test/java/org/batoo/jpa/community/test/criteriaQueryWithCalendar/CalendarTemporalFieldEntity.java:60
↓ 2 callersMethodgetDependenciesFor
Returns the dependencies for the associate type @param associate the associate type @return the array of associations for the associate @
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:871
↓ 2 callersMethodgetDescription
()
community/src/test/java/org/batoo/jpa/community/test/i152/Kid.java:67
↓ 2 callersMethodgetDisplayText
@return the display text @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/complex/BaseEntity.java:96
↓ 2 callersMethodgetDriverClass
Gets driver class set in config. @return Driver class set in config
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/BoneCPDataSource.java:175
↓ 2 callersMethodgetDropForeignKeySql
Returns the SQL to drop the foreign key. @param schema the name of the schema @param table the name of the table @param foreign
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:840
↓ 2 callersMethodgetE2
Returns the e2 of the E1. @return the e2 of the E1 @since 2.0.0
community/src/test/java/org/batoo/jpa/community/test/t4/E1.java:75
↓ 2 callersMethodgetEagerMappings
Returns the eager mappings. @return the array of mappings eager @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractParentMapping.java:272
↓ 2 callersMethodgetElementCollections
Returns the element collection attributes. @return the element collection attributes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/AttributesMetadata.java:47
↓ 2 callersMethodgetEmp
@return the emp @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e3a/Dependent.java:113
↓ 2 callersMethodgetEmp
@return the emp @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e2a/Dependent.java:112
↓ 2 callersMethodgetEmpId
@return the empId @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e3a/Employee.java:90
↓ 2 callersMethodgetEmpId
@return the empId @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e1b/Employee.java:102
← previousnext →901–1,000 of 6,989, ranked by callers